It seems with the 6.0.7 upgrade the entry in for SARE_GIF_ATTACH in 70_sare_stocks.cf was changed dramatically... and started putting mail with a .gif in the tag into spam for my users
Code:
# 01.00.28 Tweeked GIF catcher rule.
full SARE_GIF_ATTACH /name=\"?[0-9a-z._\-]{3,18}\.gif\"?/i
describe SARE_GIF_ATTACH Email has a inline gif
# score SARE_GIF_ATTACH 1.42
score SARE_GIF_ATTACH 4.75 Do we know why such a big change was made...
I changed it back to alleviate the problem
Code:
# 01.00.28 Tweeked GIF catcher rule.
full SARE_GIF_ATTACH /name=\"?[0-9a-z._\-]{3,18}\.gif\"?/i
describe SARE_GIF_ATTACH Email has a inline gif
score SARE_GIF_ATTACH 1.42
#score SARE_GIF_ATTACH 4.75 but before I change my other servers, want to make sure there was not an important reason it was changed...
Thanx