Re: action reject and smtp RCPT TO:2008-03-02 06:39:59Philip Guenther writes: Because doing so in SMTP is impossible without unstandardized extensions. (How is the server supposed to indicate that a message is being rejected for rcpt A but not rcpt B?) 
MAIL FROM:<tim(_at_)example(_dot_)com>
250 OK
RCPT TO:<guenther(_at_)example(_dot_)net>
    if envelope :all :is "from" "tim(_at_)example(_dot_)com" {
        reject;
    }
550 I reject mail from tim(_at_)example(_dot_)com
Arnt
 
  | 
 | 
||||||||||||||||