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.

        \Maex

-- 
SpaceNet GmbH             |   http://www.Space.Net/   | Stress is when you wake
Research & Development    | mailto:[EMAIL PROTECTED] | up screaming and you
Joseph-Dollinger-Bogen 14 |  Tel: +49 (89) 32356-0    | realize you haven't
D-80807 Muenchen          |  Fax: +49 (89) 32356-299  | fallen asleep yet.

Reply via email to