Hi Claudio, Andre--
'Administratively' is misspelled in qmail-smtpd. See the attached patch.
john
--
John Morrissey _o /\ ---- __o
[EMAIL PROTECTED] _-< \_ / \ ---- < \,
www.horde.net/ __(_)/_(_)________/ \_______(_) /_(_)__
--- qmail-smtpd.c.orig Thu May 29 14:46:37 2003
+++ qmail-smtpd.c Sun Jun 1 01:01:52 2003
@@ -168,8 +168,8 @@
void straynewline() { out("451 See http://pobox.com/~djb/docs/smtplf.html.\r\n");
logline(1,"stray new line detected, closing connection"); flush(); _exit(1); }
void err_qqt() { out("451 qqt failure (#4.3.0)\r\n"); }
-void err_bmf() { out("553 sorry, your mail was administratvely denied.
(#5.7.1)\r\n"); }
-void err_bmfunknown() { out("553 sorry, your mail from a host without RR DNS was
administratvely denied. (#5.7.1)\r\n"); }
+void err_bmf() { out("553 sorry, your mail was administratively denied.
(#5.7.1)\r\n"); }
+void err_bmfunknown() { out("553 sorry, your mail from a host without RR DNS was
administratively denied. (#5.7.1)\r\n"); }
void err_maxrcpt() { out("553 sorry, too many recipients (#5.7.1)\r\n"); }
char *remoteip;
void err_nogateway() { out("553 sorry, that domain isn't in my list of allowed
rcpthosts for "); out(remoteip); out(" (#5.7.1)\r\n"); }