Hans,

> In one mailing list I get quite a lot of messages with a duplicate
> "Reply-To" header line. In my amavisd/conf I have:
> $final_bad_header_destiny = D_PASS;
> I did expect that did would make the bad messages get sent forward,
> but they get quarantined. Do I misunderstand something?

The final_*_destiny only controls mail forwarding(delivery vs. bounce).
It has no effect on quarantining, which has its independent controls.

Passing a message does not automatically turn off quarantining,
you need to turn it off explicitly, e.g.:
  $bad_header_quarantine_method = undef;

Mark

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
AMaViS-user mailing list
[email protected]
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