View Single Post
Old 15 Dec 2018, 02:18 PM   #4
ferrety
Member
 
Join Date: Mar 2018
Posts: 53
Quote:
Originally Posted by BritTim View Post
When constructing complex sieve rules, you need to carefully examine the headers of the messages you want to manipulate. Perhaps, you could post the headers of two representative messages,, obscuring personally identifiable information. (I suggest changing the part of an email address that identifies an individual account to something like '<my-account>', '<sender's-account>').
I'm not posting the whole thing because I'm scared I'll inadvertently leave something identifying. And the header seems massive. But I'll post the message ID bit that mentions mailchimp. I don't know if that will help, sorry. If you could tell me if this could be weaved into a sieve rule I'd be grateful


Quote:
Message-ID: <152059abb172ad0a48146755e.02935a2d5d.20181213181416.2ed67ca2db.21a06e7b@mail70.atl31.mcdlv.net>
X-Mailer: MailChimp Mailer - **CID2fd97ca2db05035a2d5d**
X-Campaign: mailchimp152059abb172ad0a48146755e.2fd97ca2db
X-campaignid: mailchimp152059abb172ad0a48146755e.2fd97ca2db
Would this work, feel free to laugh if it is badly wrong

if header :contains "X-Mailer" ["MailChimp"]

{reject }

Last edited by ferrety : 15 Dec 2018 at 02:46 PM.
ferrety is offline   Reply With Quote