bypass_spam_checks_maps format - bypass single address
MV via amavis-users
amavis-users at amavis.org
Thu Mar 20 17:28:35 CET 2014
I'm trying to make sure email destined to one particular account is
never spam checked, but I'm not sure about the bypass_spam_checks_maps
format
This is my config
# Begin
@bypass_spam_checks_maps = @spam_lovers_maps = ({
"unsubscribe\@$mydomain" => 1, # bypass
"." => 0, # spam check everyone else
});
# End
Considering that neither bypass_spam_checks_maps nor spam_lovers_maps
are overridden within amavisd.conf
I'd expect to bypass the spam check for any email destined to the
account "unsubscribe\@$mydomain".
Is this correct?
Thanks
More information about the amavis-users
mailing list