Re: Weird thing with ETRN patch

1999-11-30 Thread Anand Buddhdev
On Mon, Nov 29, 1999 at 03:24:16PM +0100, Paulo Jan wrote: You seem to have a typo: I've pointed it out in the diff listing below: 74,77d73 void smtp_etrn() { out("250 ok\r\n"); } 236,237c232 smtp_greet("250-"); out("\r\n250-PIPELINING\r\n250 8BITMIME\r\n250 ETRN\r\n"); The above

Weird thing with ETRN patch

1999-11-29 Thread Paulo Jan
Hi all: Today I tried to recompile qmail-smtpd to make it recognize the ETRN command, following Anand Buddhdev's mail to this list from last june (BTW: thanks for your clarification about setlock). I already have serialmail and AutoTURN set up, and this change was just so that

Re: Weird thing with ETRN patch

1999-11-29 Thread Timothy L. Mayo
On Mon, 29 Nov 1999, Paulo Jan wrote: [snip] 74,77d73 void smtp_etrn() { out("250 ok\r\n"); } 236,237c232 smtp_greet("250-"); out("\r\n250-PIPELINING\r\n250 8BITMIME\r\n250 ETRN\r\n"); This line is the problem. It should read: