View Single Post
Old 7 Oct 2017, 03:10 AM   #10
FromLine
The "e" in e-mail
 
Join Date: Jan 2002
Posts: 2,619
Quote:
Originally Posted by BritTim View Post
Is the "xxx.yy.tld" in quotes in the actual sieve code. If not, it needs to be. I would expect a syntax error if the quotes are missing, but perhaps not.
However, this is working just fine:

Code:
if header :contains ["From", "X-Mail-from", "Return-Path"] "xxxx.yy.tld" {
  fileinto "INBOX.cdrom"; stop;
}
And it's going into the INBOX.cdrom folder.

The reject isn't working.

I wish FM didn't remove the bounce option.

It's very important that any recipient from this domain receives a bounce.

Currently, the only way to do this is to disable the alias.

However, there are two problems with disabling the alias:

1) All emails will be rejected
2) No emails will be received

I want to only reject emails from the domain

xxxx.da.gov

have the sender receive a bounce, and file these emails into a specific folder.

How do I setup a bounce?

Last edited by FromLine : 8 Oct 2017 at 05:31 PM.
FromLine is offline   Reply With Quote