Improper folded header
Mark Martinec
Mark.Martinec+amavis at ijs.si
Fri Apr 20 19:28:02 CEST 2012
Simon,
> Thanks Mark. Not my users, obviously! I'd kill them if they did
> that. Unfortunately, the mails were removed. But I think it might
> have been Incredimail.
>
> The other wierd thing is that logwatch reports that mail as passing,
> but it was definitely quarantined.. Not your issue, but I note it
> here anyway.
Yes, that is a common and a default setting,
allowing to inspect such mail but not to block it:
$final_bad_header_destiny = D_PASS;
$bad_header_quarantine_method = 'local:badh-%m';
$bad_header_quarantine_to = 'bad-header-quarantine';
Turn quarantining off if you don't want it:
$bad_header_quarantine_method = undef;
Mark
More information about the amavis-users
mailing list