On Fri, 2013-05-10 at 08:57 -0700, psychobyte wrote:
> So i was able to write a plugin that overrides the AWL
> check_from_in_auto_whitelist() eval rule. Thanks for the help Karsten.
You're welcome. Was actually fun digging through the code.
> # awl_ignore_from postmaster mailer-daemon
So i was able to write a plugin that overrides the AWL
check_from_in_auto_whitelist() eval rule. Thanks for the help Karsten.
= /etc/spamassassin/25_AwlIgnore.cf
##AWL ignore address types (periods in names are not supported)
## @see AwlIgnore.pm
awl_ignore_from postmaster mailer-d
On Wed, 2013-05-08 at 09:18 -0700, psychobyte wrote:
> My goal is to ignore several types of address from getting into the AWL
> database. So I'm creating a plugin that will set a lower priority for
> autolearn_discriminator(), run the autolearn_discriminator callback,
> check a list of ignored
Hi,
My goal is to ignore several types of address from getting into the AWL
database. So I'm creating a plugin that will set a lower priority for
autolearn_discriminator(), run the autolearn_discriminator callback,
check a list of ignored address types, then call
inhibit_further_callbacks()