Bluehost.com Web Hosting $6.95

reject_multi_recipient_bounce & rejected recipients

This is a discussion on reject_multi_recipient_bounce & rejected recipients within the mailing.postfix.users forums, part of the Mail Servers and Related category; Currently, reject_multi_recipient_bounce checks whenever we are about to *accept* more than one recipient, and does not count other, rejected recipients, ...


Go Back   Usenet Forums > Mail Servers and Related > mailing.postfix.users

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 06-14-2004
Michael Tokarev
 
Posts: n/a
Default reject_multi_recipient_bounce & rejected recipients

Currently, reject_multi_recipient_bounce checks whenever
we are about to *accept* more than one recipient, and
does not count other, rejected recipients, so it is
possible to have session like this:

MAIL FROM:<>
250 Ok
RCPT TO:<unknown1@example.com>
550 Address unknown
RCPT TO:<unknown2@example.com>
550 Address unknown
RCPT TO:<known1@example.com>
554 Client host rejected: can not find your hostname, [127.0.0.1]
RCPT TO:<known2@example.com>
250 Ok
RCPT TO:<known3@example.com>
550 <known3@example.com>: Recipient address rejected: Multi-recipient bounce

I think the reject_multi_recipient_bounce should trigger even
at known1@example.com stage, and at least it should not permit
known2@example.com. Technically it is easy to implement, by
changing the test from evaluation number of accepted rcpts
to using additional bit in state field which will be set when
smtpd sees at least one rcpt. But the question first: is such
behaviour ok?

/mjt
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 10:23 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0