At Sun Aug 17 13:53:47 2003, Louis LeBlanc wrote: > > > >I want to do this w/ DNSBL -- if a mail comes from an MTA that is listed on > > >2+ DNSBL lists, multiply the score by a bunch. > > > > No, but you could use a meta rule and add more points.. > > > > Something like this: > > > > meta LOCAL_MANY_RBLS ((RCVD_IN_DSBL + RCVD_IN_RFCI + RCVD_IN_SBL) >1) > > score LOCAL_MANY_RBLS 1.0 > > Very cool idea. There isn't a way to save the added value and simply > use that as the score?
Don't think so. Of course, you could do the following: meta LOCAL_MANY_RBLS_2 ((RCVD_IN_DSBL + RCVD_IN_RFCI + RCVD_IN_SBL) >1) score LOCAL_MANY_RBLS_2 1.0 meta LOCAL_MANY_RBLS_3 ((RCVD_IN_DSBL + RCVD_IN_RFCI + RCVD_IN_SBL) >2) score LOCAL_MANY_RBLS_3 1.0 ... and so on. So, if you hit two or more RBLs, add 1.0 to the total; three RBLs, add another 1.0 to the total. Martin -- Martin Radford | "Only wimps use tape backup: _real_ [EMAIL PROTECTED] | men just upload their important stuff -o) Registered Linux user #9257 | on ftp and let the rest of the world /\\ - see http://counter.li.org | mirror it ;)" - Linus Torvalds _\_V ------------------------------------------------------- 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/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk