greetings I need some help with a regex for amavis. I have some bulk email that keeps coming back with different domain names and subject lines but there is a pattern to the nonsense example; EmailMarketingResults-username1=mydomain....@foodomain.com FreeCellPhones-username2=mydom...@foodomain.com etc,..
i would like to create a regex in amavis/spamassasin to catch these. The username before the @ symbol is random and one of my valid users. [qr'^(|EmailMarketingResults|FreeCellPhones)\d*@'i => 7.0], how do i account for the random username and my domain ? could someone give me a hand off list since this is a non-postfix issue ? I would appreciate the help. thank you. -jeff