Ralf, > Jan 18 14:01:35 mail amavis[23844]: (23844-03) Negative SMTP response > to data-dot (<eurap.germ...@charite.de>): 550 5.7.1 ph27\n5.7.1 > Contact postmas...@charite.de for assistance > > My recent main.cf change: > smtpd_reject_footer = Contact postmas...@charite.de for assistance > seems to be the culprit!
Here is a fix for 2.7.0-pre12: --- amavisd.orig 2010-12-24 16:21:41.000000000 +0100 +++ amavisd 2011-01-19 03:29:28.672193610 +0100 @@ -12671,5 +12671,5 @@ if length($smtp_reason) > 100+3; } - $smtp_resp =~ /^(\d\d\d(?: \d\.\d\.\d)?)\s*(.*)\z/; + $smtp_resp =~ /^(\d\d\d(?: \d\.\d\.\d)?)\s*(.*)\z/s; my($dis) = $final_destiny == D_DISCARD ? ' Discarded' : ''; $r->recip_smtp_response("$1$dis $smtp_reason, $2"); Thanks for the problem report! (the 2.6.4 seems to be unaffected) Mark ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amavis-user Please visit http://www.ijs.si/software/amavisd/ regularly For administrativa requests please send email to rainer at openantivirus dot org