|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
typo in sample spf policy daemon
From: Luca Berra (bluca
comedia.it)
Date: Mon Jan 03 2005 - 01:17:28 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
up to 2.1.5, did not check 2.2 snapshots
Regards,
L.
--- postfix/examples/smtpd-policy/spf.pl~ 2004-12-20 10:08:57.000000000 -0500
+++ postfix/examples/smtpd-policy/spf.pl 2004-12-20 19:59:51.000000000 -0500

-196,7 +196,7 
if ($result eq "pass") { return "DUNNO"; }
elsif ($result eq "fail") { return "REJECT " . ($smtp_comment || $header_comment); }
- elsif ($result eq "error") { return "450 temporary failure: $smtp_comemnt"; }
+ elsif ($result eq "error") { return "450 temporary failure: $smtp_comment"; }
else { return "DUNNO"; }
# unknown, softfail, and none all return DUNNO
[
--
Luca Berra -- bluca
comedia.it
Communication Media & Services S.r.l.
/"\
\ / ASCII RIBBON CAMPAIGN
X AGAINST HTML MAIL
/ \
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]