On (2003/10/01 14:45), Odhiambo G. Washington wrote:
> I do give a primitive facility for users to block unwanted senders at RCPT
> time. The rule I use is:
>
> deny senders = ${if exists {/home/$local_part/.bouncelist} \
> {/home/$local_part/.bouncelist}{}}
>
[...]
>
> accept hosts = :
> accept hosts = 127.0.0.0/8
>
>
> My address is wash(at)wananchi(dot)com. What I am looking for is a way
> to block anotheruser@???. We seriously want to toss each other's
> mail, and thanks for any tips
This is a simple case of rearranging your ACLs. Check for naughty
senders before you check for localhost.
Ciao,
Sheldon.