Luc,

> > I have $final_bad_header_destiny = D_PASS; but badh mail will be
> > quarantined.

That is normal, quarantining is independent from letting mail pass
despite noticing a problem in it. Turn quaranting off for bad headers,
if you don't want it:

$bad_header_quarantine_to = undef;

(or $bad_header_quarantine_method = undef)


> As you mentioned, the rule $final_bad_header_destiny = D_PASS; specifies
> these mail are to be delivered. If you double check, they are effectively
> delivered.
> The new behaviour with the 2.4.0 release, is that you are notified.

amavisd.conf-default shows default values:

## QUARANTINE

# $clean_quarantine_method = undef;
# $virus_quarantine_method        = 'local:virus-%m';
# $spam_quarantine_method         = 'local:spam-%m.gz';
# $banned_files_quarantine_method = 'local:banned-%m';
# $bad_header_quarantine_method   = 'local:badh-%m';

# $QUARANTINEDIR = undef;
# $quarantine_subdir_levels = undef;  # 0 or 1  (undef treated as 0)

# $clean_quarantine_to     = 'clean-quarantine';
# $virus_quarantine_to     = 'virus-quarantine';
# $banned_quarantine_to    = 'banned-quarantine';
# $bad_header_quarantine_to= 'bad-header-quarantine';
# $spam_quarantine_to      = 'spam-quarantine';

  Mark


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to