View Single Post
Old 7 Oct 2017, 02:24 AM   #5
FromLine
The "e" in e-mail
 
Join Date: Jan 2002
Posts: 2,619
Quote:
Originally Posted by Terry View Post
The bounce option has gone, this should work but its not a silent bounce.

if header :contains ["From", "X-Mail-from", "Return-Path"] "_____@_____" {
reject "Message rejected because ___________!";
stop;
}
This is not working at all.

The messages are being delivered, and not being rejected, etc.

How do I bounce an email from a specific domain?

The sender must immediately be notified that the email bounced.

I do not want to discard the email -- but I want to have the sender receive an immediate bounce message.
FromLine is offline   Reply With Quote