[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: db.debian.org (and related infrastructure) updates



Bastian Blank <waldi@debian.org> wrote:
> On Sat, Dec 30, 2006 at 05:34:28AM -0800, Ryan Murray wrote:
>>       * Mail greylisting

> What happens with a mail which is delivered to an user with greylisting
> enabled and one with it disabled?

>>       * Mail whitelist
>>       * Mail RBL list
>>       * Mail RHSBL list

> What happens with this lists for mails which is delivered to more than
> one user?

Hello,
Afaict from reading exim4.conf on master all tests are done after
RCPT TO, so for greylisting you get

MAIL FROM:<foo@example.org>
250 OK
RCPT TO:<userwithgreylisting@example.org>
451 greylisted
RCPT TO:<usernogreylisting@example.org>
250 Accepted
DATA
[...]
and the non-greylist users will usually simply receive the mail
immediately. The same thing would apply to DNS-lists tests, rcpt to
for enabled acounts is rejected, the others receive the mail.
  cu andreas
-- 
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken.                                (c) Jasper Ffforde



Reply to: