On 8/15/07, Tomas Macek <macek fortech.cz> wrote:
> Hi, I'm using amavisd-new-2.4.5-1 on RH EL 4.x with
spamassassin-3.1.9-1.
> Sometimes comes some email with bad headers and these
mails go to quarantine on the disk
> (/var/lib/amavis in my case).
> How can I setup amavis to deliver normally the incoming
mail with bad headers to the mailbox if
> the user setting in SQL is bad_header_lover=y?
>
> I have this configuration in /etc/amavisd.conf:
>
> $final_bad_header_destiny = D_PASS;
> $bad_header_quarantine_to is not mentioned (so is
default)
> $bad_header_quarantine_method is not mentioned (so is
default)
>
>
> After reading amavis docs I think I shlould setup
amavis like this:
> $final_bad_header_destiny = D_PASS;
> $bad_header_quarantine_method = '';
> $bad_header_quarantine_to = '';
>
> I'm I right? Will the user settings of bad_header_lover
work? (I think it shloud).
> I'm asking because I cannot now use trial-error
method.
>
> thanks, Tomas
>
With $final_bad_header_destiny = D_PASS; or with
bad_header_lover =
"Y" the messages are delivered normally. You are
seeing a copy of the
messages in the quarantine. You can stop quarantining bad
headers
with:
$bad_header_quarantine_to = undef;
--
Gary V
------------------------------------------------------------
-------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and
a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
AMaViS-user mailing list
AMaViS-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/
|