http://bugzilla.spamassassin.org/show_bug.cgi?id=2184
------- Additional Comments From [EMAIL PROTECTED] 2004-02-18 00:02 ------- Subject: Re: Points for just URL It might work well to combine such a test with other tests, particularly tests that can work with a limited amount of body. Like: # not 100% sure if Bayes will always trigger on short URLs meta SUSPICIOUS_URL_BAYES __URL_ONLY && (BAYES_50||BAYES_56||BAYES_60||BAYES_70||BAYES_80||BAYES_90||BAYES_99) # probably a better bet meta SUSPICIOUS_URL_NETWORK __URL_ONLY && (RAZOR2_CHECK||RCVD_IN_DSBL||RCVD_IN_XBL||PYZOR_CHECK||RCVD_IN_SBL||DNS_FROM_RFCI_DSN||RCVD_IN_BL_SPAMCOP_NET) or something like that. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
