P,
> We're using amavisd-new 2.6.4 on Debian Squeeze to call a mail filter.
> Although $final_bad_header_destiny is set to D_PASS mail with bad
> headers is still quarantined.
> In a previous version 2.4.2 we used the setting
> $bad_header_quarantine_method = undef;
> Is this still valid in 2.6.4? Or how can we prevent mail with bad
> headers from being quarantined?
Yes, setting $bad_header_quarantine_method to undef should still
be able to disable quarantining of bad header mail under 2.6.4,
assuming there are no other more serious reasons for quarantining
and that $clean_quarantine_method and $archive_quarantine_method
are left at their default undef value. Are you seing otherwise?
Btw, setting $bad_header_quarantine_to = undef would achieve
the same effect.
Mark
|