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');

-- 
JT Moree

Reply via email to