My apologize, the following is exactly what I was looking for:

@whitelist_sender_maps = (
        read_hash("/etc/amavis/whitelist")
);


Thanks.


On Apr 15, 2006, at 5:35 PM, BJ Dierkes wrote:

Hello all,

I apologize if this is a ridiculous question.

I am attempting to send an HTML message which lists the user's quarantine with from address, and subject. I believe the subject lines are causing the scanner to tag it as spam due to the content. There also appears to be a problem with the HTML header, but I have used the following headers in another php app and had no issues..

$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";


I know that there is a config in the amavis configuration which would allow me to skip checks from certain addresses... but I can't seem to get that working properly.

Thanks.


System:

+ Debian Sarge 3.1 GNU Linux
+ amavis 2.3.3
+ Postfix 2.1.5-9
+ Spamassassin 3.0.3-2


The following is the error message and headers:

Your message to:
-> <removed>

was considered unsolicited bulk e-mail (UBE).

Improper use of control character (char 0D hex) in message header 'MIME-Version': MIME-Version: 1.0\r\n Improper use of control character (char 0D hex) in message header 'Content-type': Content-type: text/html; charset=iso-8859-1\r\n


Subject: Mail Quarantine Report
Return-Path: <root@<removed>>
Our internal reference code for your message is 10718-20/nTHKmtDfzKeZ.

Delivery of the email was stopped!
Reporting-MTA: dns; <removed>
Received-From-MTA: smtp; <removed> ([<removed>])
Arrival-Date: Sat, 15 Apr 2006 18:13:16 -0400 (EDT)

Final-Recipient: rfc822; <removed>
Action: failed
Status: 5.7.1
Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, UBE, id=10718-20
Last-Attempt-Date: Sat, 15 Apr 2006 18:13:16 -0400 (EDT)
Received: by <removed> (Postfix, from userid 0)
        id 20C8840460; Sat, 15 Apr 2006 18:13:16 -0400 (EDT)
To: <removed>
Subject: Mail Quarantine Report
MIME-Version: 1.0
Content-type: text/html; charset=iso-8859-1
From: <removed>
Reply-To: <removed>
Message-Id: <20060415221316.20C8840460@<removed>>
Date: Sat, 15 Apr 2006 18:13:16 -0400 (EDT)



-------------------------------------------------------
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
[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/



-------------------------------------------------------
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
[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