It appears to be in the LDAP patch... If memory serves, it originally came from the smtp_auth patch code.
[EMAIL PROTECTED] admin]# grep -i punk *.patch qmail-ldap-1.03-20040301a.patch:+ out("354 go ahead punk, make my day\r\n"); logline(3,"go ahead"); - Rich ----- Original Message ----- From: "Ken Lee" <[EMAIL PROTECTED]> To: <qmail-ldap@qmail-ldap.org> Sent: Wednesday, January 05, 2005 7:53 PM Subject: How to change -- go ahead punk, make my day ? > Dear all, > > My qmail servers respond "354 go ahead punk, make my day" after DATA > command. How can I modify the sentence? I searched the source an only > come out with "354 go ahead\r\n" in qmail-smtpd.c, where the sentence > should be defined. I became clueless why the output is different from > the source code. > > Would you help me please?. > > The SMTP conversation: > ..... > mail from:[EMAIL PROTECTED] > 250 ok > rcpt to:[EMAIL PROTECTED] > 250 ok > data > 354 go ahead punk, make my day > > The source has it that: > qmail-smtpd.c: out("354 go ahead\r\n"); logline(3,"go ahead"); > > Thank you. > > Ken Lee >