Quote:
Originally Posted by robilaur
Hey... after reinstaling the system...the same problem... my contact form isnt sending the mail.
HTML Code:
amavis[13209]: (13209-03) Blocked BAD-HEADER
BAD_HEADER: Improper use of control character (char 0D hex)
|
there is the reason.
your script is using windows-type line breaks when composing email-headers.
either fix that, or edit amavis-rules to allow misconfigured headers.
in debian, check these files:
Code:
/etc/amavis/conf.d/50-user
/etc/amavis/conf.d/20-debian_defaults
for $final_bad_header_destiny, change it like this:
Code:
$final_bad_header_destiny = D_PASS;
if your system is not Debian, try to find files containing this value.
you can try command like this:
Code:
grep -rli "final_bad_header_destiny" /etc/
where /etc/ is base location of your distributions config files.
editing these or corresponding amavis-configfiles fixes also situation when emails are rejected because they have improperly encoded international characters in their subject.
Recent comments
4 hours 19 min ago
9 hours 11 min ago
18 hours 4 min ago
19 hours 4 min ago
22 hours 50 min ago
1 day 5 min ago
1 day 3 hours ago
1 day 10 hours ago
1 day 19 hours ago
1 day 21 hours ago