View Single Post
Old 2 Dec 2019, 04:04 AM   #1
SpokaneDude
Junior Member
 
Join Date: Dec 2019
Posts: 1
sieve script rejects email w/o message

Here is my sieve script that is supposed to reject a reply to my sent email; the rejection works, but the message does't! Would really appreciate some help on this, since I'm a noob (newbee).

require ["fileinto", "reject", "variables"];

if address :is "From" "do-not-reply.validEmailAddress.com" {

reject "Do not attach to this email; attach your article to a NEW email\n";
}

Thanks in advance... SpokaneDude
SpokaneDude is offline   Reply With Quote