Markus Stumpf <[EMAIL PROTECTED]> writes:
> On Thu, Jul 27, 2000 at 06:07:20PM +0200, Peter van Dijk wrote:
> > qmail-smtpd does not enforce anything of that kind. qmail-remote does, on
> > outbound delivery.
> 
> Oups, you're correct!
> 
> I am still on 1.01 on some mail servers and that has
> 
> void err_seenmail() { out("503 one MAIL per message (#5.5.1)\r\n"); }
> 
> void smtp_mail(arg) char *arg; {
>  if (seenmail) { err_seenmail(); return; }
>  [ ... ]
> }
> 
> qmail-1.03 doesn't have this limitation.

Neither does qmail-1.01.  seenmail is set by MAIL but reset by HELO,
DATA and RSET.

-- 
Frank Cringle,      [EMAIL PROTECTED]
voice: (+49 2304) 467101; fax: 943357

Reply via email to