Does anyone know of a way to keep razor from tagging messages as spam when they have the outlook template backgrounds? I'm guessing these type of messages are multipart and razor checks both parts. So when someone reports a message like this as spam, razor reports both parts individually. So when a message is checked using the same background, razor sees that that part was reported and tags the whole message.
Hopefully someone knows what I'm talking about.
Use logic_method = 5 in your razor-agent.conf
This forces razor to call the message spam only if _all_ the parts are considered spam by the razor database.
The default method (4) will call it spam if any part is considered spam by the razor database.
I find that with method 4 it tends to fire off erratically for common embedded images, standard disclaimers, and just about anything that could appear as a part of both spam and nonspam mail.
I also tend to run with: min_cf = ac + 10
To make razor slightly more "confident" that a message part is spam before calling it spam.
------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ Razor-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/razor-users
