You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by "Warren Togami Jr." <wt...@gmail.com> on 2011/05/14 01:56:08 UTC

More Problems in 3.3.2-rc1

> - Temporary kludge check until bug 6297 is fixed properly:
>
>     grep nopublish rules/72_active.cf
>
>   This should return nothing.  If not, edit the rulesrc files and
>   add "tflags nopublish" lines as necessary.

Any thoughts?

[warren@CHLOE spamassassin-3.3]$ grep nopublish rules/72_active.cf
tflags	 T_DATE_IN_DISTANT_FUTURE	nopublish
tflags	 T_DATE_IN_FUTURE_1Y_4Y	nopublish
tflags	 T_DATE_IN_FUTURE_96_WEEK	nopublish
tflags	 T_DATE_IN_FUTURE_MONTH	nopublish
tflags	 T_DATE_IN_FUTURE_WEEK	nopublish
tflags	 T_DATE_IN_FUTURE_YEAR	nopublish
tflags	 T_DNSBL_INDIRECT		net nopublish	# 20091203
tflags	 T_DNSBL_INDIRECT_UNSAFE	net nopublish	# 20091207
tflags	 T_DNSBL_INDIRECT_UNSAFE_2	net nopublish	# 20091207
   tflags   T_KHOP_PGP_INLINE	nice noautolearn nopublish
   tflags   T_KHOP_PGP_SIGNED	nice noautolearn nopublish
tflags	 T_RCVD_IN_NIX_SPAM	net nopublish	# 20091123
tflags T_RCVD_IN_PSBL_2WEEKS     net nopublish
tflags	 T_RCVD_IN_SPAMCOP	net nopublish	# 20091123
tflags T_SEM_FRESH net nopublish
tflags T_SEM_URI net nopublish
tflags T_SEM_URIRED net nopublish
tflags    T_URIBL_HOSTKARMA_BL net nopublish
tflags    T_URIBL_HOSTKARMA_BR net nopublish
tflags    T_URIBL_HOSTKARMA_FRESH_10D net nopublish
tflags    T_URIBL_HOSTKARMA_FRESH_2D net nopublish
tflags      T_URIBL_META_SURBL_ANY       net nopublish


Re: More Problems in 3.3.2-rc1

Posted by "Warren Togami Jr." <wt...@gmail.com>.
On 05/13/2011 01:56 PM, Warren Togami Jr. wrote:
>> - Temporary kludge check until bug 6297 is fixed properly:
>>
>> grep nopublish rules/72_active.cf
>>
>> This should return nothing. If not, edit the rulesrc files and
>> add "tflags nopublish" lines as necessary.
>
> Any thoughts?
>
> [warren@CHLOE spamassassin-3.3]$ grep nopublish rules/72_active.cf
> tflags T_DATE_IN_DISTANT_FUTURE nopublish
<SNIP>

Before doing the 3_3_2_rc_1 tag I would prefer opinions on this and the 
"make test" failures.

Warren