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
19 hours 15 min ago
22 hours 10 min ago
23 hours 24 min ago
1 day 48 min ago
1 day 2 hours ago
1 day 3 hours ago
1 day 5 hours ago
1 day 21 hours ago
1 day 21 hours ago
2 days 1 hour ago