On (2002/10/07 16:19), Kevin P. Fleming wrote:
> > deny senders = :
> > condition = ${if >{$rcpt_count}{1} {1}}
> > message = invalid use of null sender
> >
>
> Note that this should be:
>
> deny senders = :
> message = invalid use of null sender
> condition = ${if >{$rcpt_count}{1} {1}}
>
> i.e. the message to be returned needs to be listed _before_ the
> condition that could cause the denial. Otherwise the sending server
> could get something ambiguous like "administrative prohibition".
I haven't noticed that myself. Could you point me to the part of the
documentation that explains why the specified message might not be used?
It seems pretty subtle, but it's possible I skimmed a paragraph that'll
make me blush when I read it.
Ciao,
Sheldon.