MailPlugins -problem

Hi list…

if I set at RT_SiteConfig.pm
Set(@MailPlugins, ‘Auth::DomainAsQueue’);

System runs that DomainAsQueue fine, BUT after that I runs Auth::MailFrom -
plugin… How I can prevent that happened?

JJussi

Hi!
I managed to solve problem… I just needed to return “RT::CurrentUser”
object… What is some how stupid, because filter is just “checking” that is
it legal to past current message forward (filter returns value -1…1). If
system works other ways fine, why system cannot continue work as it was
working, just if filter returns values -1 or 0 it would act as it should be…
(Sending error message to requestor, or just put message to garbage bin)On Friday, 29. Januaryta 2010 18:28:30 JJussi wrote:

Hi list…

if I set at RT_SiteConfig.pm
Set(@MailPlugins, ‘Auth::DomainAsQueue’);

System runs that DomainAsQueue fine, BUT after that I runs Auth::MailFrom -
plugin… How I can prevent that happened?

JJussi