View Single Post
Old 11 Oct 2017, 03:41 PM   #51
FromLine
The "e" in e-mail
 
Join Date: Jan 2002
Posts: 2,619
Quote:
Originally Posted by Terry View Post
NO they wont do that as it got used for the wrong reasons.

I think this should work, it just sends like an auto reply.

if header :contains ["subject","from"] ["your recipient@.com"] {
vacation :days 1 :addresses ["your required address@whoever.com"]
text:
Hello...your message
.
;
}
This is something completely different -- it's an auto reply, and displays my the same address it was sent to in the auto-response.

For the intended purpose here, a bounce, this doesn't accomplish my intended purpose. It says "Auto:", it comes from my email address, I can't put in the text the message wasn't received, that the email address is invalid, etc.

Last edited by FromLine : 11 Oct 2017 at 04:00 PM.
FromLine is offline   Reply With Quote