On 8/21/07, JT Moree <[EMAIL PROTECTED]> wrote:
> JT Moree wrote:
> > So, I want spamassassin, dnsbl, and maybe rhsbl to skip processing if
> > they see the whitelist flags.  The whitelist_soft plugin uses
>
> or in the case of using the regex_mailfrom plugin I'd have them do
>
> return DECLINED if $self->connection->notes('regex_mailfrom');

no. you have to look at the contents of the note, since my plugins
always set them, for use in adding a header to the mail during
hook_data_post. it is not a boolean flag.

allan

-- 
"The truth is an offense, but not a sin"

Reply via email to