Re: autolearn_discriminator callback not getting called.

2013-05-10 Thread Karsten Bräckelmann
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

Re: autolearn_discriminator callback not getting called.

2013-05-10 Thread psychobyte
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

Re: autolearn_discriminator callback not getting called.

2013-05-08 Thread Karsten Bräckelmann
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

autolearn_discriminator callback not getting called.

2013-05-08 Thread psychobyte
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()