Hello all! I've tried and tried, and can't get a rule I've handwritten to work. Hopefully you all can help. I've got a user using Alltel's picture messaging that keeps getting whacked every time he sends a message. It consistently scores about a 12.3 with my setup, where a 10 will get you dumped. My only solution is to create a rule to specifically allow the Alltel address. I know that a valid address will always be a ten digit number followed by @mms.alltel.com, so I created the following rule in local.cf:
header Alltel_Pics From =~ /[EMAIL PROTECTED]/ describe Alltel_Pics Fixing Alltel's Picture Mail score Alltel_Pics -100 However, they are still getting whacked. I hesitate to use whitelist_from [EMAIL PROTECTED], because then any address there will work and I'll be open to a lot of spam. At least if they have to hit a ten digit number, it will be less. What am I doing wrong with the rule? Thanks in advance everyone! - D.J.