Re: Rule test installation Warnings (bug 7095)

2017-11-16 Thread Merijn van den Kroonenberg
> Perhaps this is relevant/helpful:
>
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766718

Ah yes, very helpful, it also mentions:
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7095

Which concludes its a debian bug and not an SA issue, because debian
included a pre-release.

But I would say, for sake of SA robustness it would be better to apply the
suggested fix as mentioned in the debian bug report:

$txtdata_can_provide_a_list = version->parse(Net::DNS->VERSION) >=
version->parse('0.69');

So the sa-update does not break if anyone, for any reason needs to use a
pre-release version of NET::DNS

>
> On Thu, 16 Nov 2017, Merijn van den Kroonenberg wrote:
>
>>> On 11/16/2017 11:23 AM, sha...@shanew.net wrote:
 Is there a version that has "0.70_01" specified?
>>
>> Actually it looks like developer versions have underscores in the
>> version
>> number
>>
>> lates dev version of NET:DNS:
>> $VERSION = '1.12_03';
>>
>> So I guess the patch
>> version->parse(Net::DNS->VERSION) >= version->parse('0.69');
>> is probably the way to go.
>>
>> maybe its already in latest SA branch, didn't check yet.
>>
>>>
>>> Yeah I think you and Merijn are right.  I've asked.
>>>
>>> Regards,
>>> KAM
>>>
>>>
>>
>>
>
> --
> Public key #7BBC68D9 at| Shane Williams
> http://pgp.mit.edu/|  System Admin - UT CompSci
> =--+---
> All syllogisms contain three lines |  sha...@shanew.net
> Therefore this is not a syllogism  | www.ischool.utexas.edu/~shanew




Re: Rule test installation Warnings

2017-11-16 Thread shanew

Perhaps this is relevant/helpful:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766718

On Thu, 16 Nov 2017, Merijn van den Kroonenberg wrote:


On 11/16/2017 11:23 AM, sha...@shanew.net wrote:

Is there a version that has "0.70_01" specified?


Actually it looks like developer versions have underscores in the version
number

lates dev version of NET:DNS:
$VERSION = '1.12_03';

So I guess the patch
version->parse(Net::DNS->VERSION) >= version->parse('0.69');
is probably the way to go.

maybe its already in latest SA branch, didn't check yet.



Yeah I think you and Merijn are right.  I've asked.

Regards,
KAM







--
Public key #7BBC68D9 at| Shane Williams
http://pgp.mit.edu/|  System Admin - UT CompSci
=--+---
All syllogisms contain three lines |  sha...@shanew.net
Therefore this is not a syllogism  | www.ischool.utexas.edu/~shanew

Re: Rule test installation Warnings

2017-11-16 Thread Merijn van den Kroonenberg
> On 11/16/2017 11:23 AM, sha...@shanew.net wrote:
>> Is there a version that has "0.70_01" specified?

Actually it looks like developer versions have underscores in the version
number

lates dev version of NET:DNS:
$VERSION = '1.12_03';

So I guess the patch
version->parse(Net::DNS->VERSION) >= version->parse('0.69');
is probably the way to go.

maybe its already in latest SA branch, didn't check yet.

>
> Yeah I think you and Merijn are right.  I've asked.
>
> Regards,
> KAM
>
>




Re: Rule test installation Warnings

2017-11-16 Thread shanew

I'm running 3.4.1 and I don't get that error.

Looking at my AskDNS.pm, line 214 is:
$txtdata_can_provide_a_list = Net::DNS->VERSION >= 0.69;
And checking the git repo, it looks identical in 3.4.2_pre3.

Is there a version that has "0.70_01" specified?

Interestingly, I note that on one of my systems, which I
think might have been due to some patch I applied out of bugzilla:
$txtdata_can_provide_a_list = version->parse(Net::DNS->VERSION) >= 
version->parse('0.69');

I wonder if that line knows what to do with the "_01" part of the
version number?


On Thu, 16 Nov 2017, Kevin A. McGrail wrote:


Just alerted to this warning. Any thoughts?

root@ethan [~]# sa-update -v --install ${REV}.tar.gz
Argument "0.70_01" isn't numeric in numeric ge (>=) at 
/usr/local/share/perl5/Mail/SpamAssassin/Plugin/AskDNS.pm line 214.
Argument "0.70_01" isn't numeric in numeric ge (>=) at 
/usr/local/share/perl5/Mail/SpamAssassin/Plugin/AskDNS.pm line 214.

Update was available, and was downloaded and installed successfully






--
Public key #7BBC68D9 at| Shane Williams
http://pgp.mit.edu/|  System Admin - UT CompSci
=--+---
All syllogisms contain three lines |  sha...@shanew.net
Therefore this is not a syllogism  | www.ischool.utexas.edu/~shanew


Re: Rule test installation Warnings

2017-11-16 Thread Merijn van den Kroonenberg
> Just alerted to this warning. Any thoughts?
>
> root@ethan [~]# sa-update -v --install ${REV}.tar.gz
> Argument "0.70_01" isn't numeric in numeric ge (>=) at
> /usr/local/share/perl5/Mail/SpamAssassin/Plugin/AskDNS.pm line 214.

AskDNS.pm line 214:
$txtdata_can_provide_a_list = Net::DNS->VERSION >= 0.69;

> Argument "0.70_01" isn't numeric in numeric ge (>=) at

Maybe its some kind of patched version, bacause 0.70_01 is not a version
(of Net::DNS) i can find on CPAN. The version is supposed to be numeric or
at least convertable to numeric. Obviously "0.70_01" is not, because of
the underscore.

so I guess $txtdata_can_provide_a_list will be set to false. Don't know
what it does, might just be less efficient or it might break something
when fetching txt records. But since he installed the update successfully
i guess its not too critical.

Mail::SpamAssassin::Plugin::AskDNS could be changed to strip anything away
from the version which is not [\d\.]+ before doing the comparison.

> /usr/local/share/perl5/Mail/SpamAssassin/Plugin/AskDNS.pm line 214.
> Update was available, and was downloaded and installed successfully
>
>
>




Re: 72_scores.cf compared to the one from march 15

2017-11-16 Thread Merijn van den Kroonenberg

On 2017-11-16 10:06, Merijn van den Kroonenberg wrote:

On 11/15/2017 07:10 AM, Dave Jones wrote:

I got my SVN authentication issue figured out on my laptop and 
committed

these.  Fingers crossed for the run in about 5 hours.


I have been comparing last night's 72_scores.cf against the one from 
march
and it looks *really* good now. That last commit pushed up the amount 
of

lines right up to the amount as we had in march.

I also ran the compare-rulefiles script just like yesterday.

./compare-rulefiles -d 72_scores_20170315.cf 72_scores-1815405.cf >
deleted_rules.txt
./compare-rulefiles -r 0 -d deleted_rules.txt active-1815421.list >
deactivated_rules.txt


small mistake, I used a too-new active.list

./compare-rulefiles -r 0 -d deleted_rules.txt active-1815296.list > 
deactivated_rules.txt



./compare-rulefiles -r 0 -a deactivated_rules.txt deleted_rules.txt >
disappeared_rules.txt

cat disappeared_rules.txt
ADVANCE_FEE_4_NEW
ADVANCE_FEE_5_NEW
CN_B2B_SPAMMER
URI_GOOGLE_PROXY


cat disappeared_rules.txt
ADVANCE_FEE_4_NEW
CN_B2B_SPAMMER
URI_GOOGLE_PROXY

So even less with correct active.list



So thats only 4 rules which are not in our new scores file but which 
were

in the march one (discounting deactivated rules).

When looking at the changes between now and then, I see nothing
suspicious. i am now pretty confident the score generation is running 
as

before in march.

Anything which is not right, probably wasn't right in march either ;)

I would say, lets get people testing!

Here are the full changes between now and march so you can see for 
yourself:


./compare-rulefiles 72_scores_20170315.cf 72_scores-1815405.cf
Only in 1 (removed in 2)
ADVANCE_FEE_4_NEW
ADVANCE_FEE_5_NEW
AXB_XMAILER_MIMEOLE_OL_1ECD5
AXB_XM_FORGED_OL2600
BODY_EMPTY
CN_B2B_SPAMMER
FREEMAIL_DOC_PDF_BCC
FSL_HELO_BARE_IP_2
HDRS_LCASE
HK_SCAM_N15
LOTTO_AGENT
LOTTO_DEPT
MONEY_LOTTERY
MSGID_NOFQDN1
RP_MATCHES_RCVD
SHARE_50_50
TO_NO_BRKTS_FROM_MSSP
URI_GOOGLE_PROXY

Only in 2 (added in 2)
ADVANCE_FEE_4_NEW_MONEY
ADVANCE_FEE_5_NEW_FRM_MNY
ADVANCE_FEE_5_NEW_MONEY
APOSTROPHE_TOCC
AXB_X_AOL_SEZ_S
DEAR_BENEFICIARY
FROM_MISSP_DYNIP
FSL_HELO_FAKE
FSL_MIME_NO_TEXT
FUZZY_UNSUBSCRIBE
HDRS_MISSP
MANY_PILL_PRICE
MILLION_USD
MONEY_ATM_CARD
MONEY_FORM
MONEY_FORM_SHORT
MONEY_FROM_41
MONEY_FROM_MISSP
SERGIO_SUBJECT_VIAGRA01
SHORTENED_URL_SRC
SINGLETS_LOW_CONTRAST
SPOOFED_FREEM_REPTO_RUS
TO_NO_BRKTS_DYNIP

Changed
AC_HTML_NONSENSE_TAGS
  1.000 0.001 1.000 0.001
  1.000 1.000 1.000 1.000
ADVANCE_FEE_2_NEW_MONEY
  1.997 0.001 1.997 0.001
  0.001 0.020 0.001 0.020
ADVANCE_FEE_3_NEW
  3.496 0.001 3.496 0.001
  3.001 3.467 3.001 3.467
ADVANCE_FEE_3_NEW_MONEY
  2.796 0.001 2.796 0.001
  3.099 2.696 3.099 2.696
AXB_XMAILER_MIMEOLE_OL_024C2
  0.367 0.001 0.367 0.001
  1.816 0.006 1.816 0.006
BODY_URI_ONLY
  0.998 0.001 0.998 0.001
  1.000 0.999 1.000 0.999
BOGUS_MSM_HDRS
  0.909 0.001 0.909 0.001
  0.795 1.377 0.795 1.377
CANT_SEE_AD
  2.996 0.500 2.996 0.500
  1.000 1.000 1.000 1.000
CK_HELO_DYNAMIC_SPLIT_IP
  1.350 0.001 1.350 0.001
  1.500 0.107 1.500 0.107
CK_HELO_GENERIC
  0.249 0.249 0.249 0.249
  0.250 0.248 0.250 0.248
COMMENT_GIBBERISH
  1.498 1.499 1.498 1.499
  1.000 1.000 1.000 1.000
DATE_IN_FUTURE_96_Q
  3.296 3.299 3.296 3.299
  2.899 2.696 2.899 2.696
FBI_MONEY
  0.696 0.001 0.696 0.001
  1.000 1.000 1.000 1.000
FBI_SPOOF
  1.999 1.999 1.999 1.999
  1.000 1.000 1.000 1.000
FILL_THIS_FORM
  2.748 0.001 2.748 0.001
  0.113 1.488 0.113 1.488
FORM_FRAUD
  0.998 0.001 0.998 0.001
  1.000 0.998 1.000 0.998
FORM_FRAUD_3
  2.696 0.001 2.696 0.001
  2.899 0.999 2.899 0.999
FORM_FRAUD_5
  0.209 0.001 0.209 0.001
  3.499 1.594 3.499 1.594
FOUND_YOU
  3.013 0.001 3.013 0.001
  1.000 1.000 1.000 1.000
FREEMAIL_FORGED_FROMDOMAIN
  0.001 0.199 0.001 0.199
  0.001 0.001 0.001 0.001
FROM_IN_TO_AND_SUBJ
  0.287 0.262 0.287 0.262
  0.001 0.001 0.001 0.001
FROM_MISSP_FREEMAIL
  3.595 0.001 3.595 0.001
  2.213 1.781 2.213 1.781
FROM_MISSP_MSFT
  0.001 0.001 0.001 0.001
  1.097 1.596 1.097 1.596
FROM_MISSP_REPLYTO
  0.001 0.001 0.001 0.001
  2.443 0.001 2.443 0.001
FROM_MISSP_SPF_FAIL
  0.001 1.000 0.001 1.000
  0.001 0.001 0.001 0.001
FROM_MISSP_TO_UNDISC
  1.438 0.001 1.438 0.001
  1.472 0.448 1.472 0.448
FROM_MISSP_USER
  0.001 0.001 0.001 0.001
  3.316 1.188 3.316 1.188
FROM_MISSP_XPRIO
  0.001 0.001 0.001 0.001
  1.785 2.497 1.785 2.497
FROM_WORDY
  2.497 0.001 2.497 0.001
  2.500 2.498 2.500 2.498
FSL_CTYPE_WIN1251
  0.001 0.001 0.001 0.001
  3.515 3.080 3.515 3.080
FSL_NEW_HELO_USER
  0.083 0.001 0.083 0.001
  1.719 0.750 1.719 0.750
HELO_MISC_IP
  0.248 0.250 0.248 0.250
  0.250 0.249 0.250 0.249
HK_RANDOM_FROM
  0.998 0.001 0.998 0.001
  0.999 0.999 0.999 0.999
HK_SCAM_N2
  3.249 0.001 3.249 0.001
  1.498 2.696 1.498 2.696
IMG_DIRECT_TO_MX
  2.397 2.400 2.397 2.400
  3.599 1.744 3.599 1.744
LIST_PRTL_SAME_USER
  0.001 0.286 0.001 0.286
  1.000 1.000 1.000 1.000
LONG_HEX_URI
  2.194 2.290 2.194 2.290
  1.102 0.853 1.102 0.853
LONG_IMG_URI
  0.553 0.100 

Re: 72_scores.cf compared to the one from march 15

2017-11-16 Thread Merijn van den Kroonenberg
> On 11/15/2017 07:10 AM, Dave Jones wrote:
>
> I got my SVN authentication issue figured out on my laptop and committed
> these.  Fingers crossed for the run in about 5 hours.

I have been comparing last night's 72_scores.cf against the one from march
and it looks *really* good now. That last commit pushed up the amount of
lines right up to the amount as we had in march.

I also ran the compare-rulefiles script just like yesterday.

./compare-rulefiles -d 72_scores_20170315.cf 72_scores-1815405.cf >
deleted_rules.txt
./compare-rulefiles -r 0 -d deleted_rules.txt active-1815421.list >
deactivated_rules.txt
./compare-rulefiles -r 0 -a deactivated_rules.txt deleted_rules.txt >
disappeared_rules.txt

cat disappeared_rules.txt
ADVANCE_FEE_4_NEW
ADVANCE_FEE_5_NEW
CN_B2B_SPAMMER
URI_GOOGLE_PROXY

So thats only 4 rules which are not in our new scores file but which were
in the march one (discounting deactivated rules).

When looking at the changes between now and then, I see nothing
suspicious. i am now pretty confident the score generation is running as
before in march.

Anything which is not right, probably wasn't right in march either ;)

I would say, lets get people testing!

Here are the full changes between now and march so you can see for yourself:

./compare-rulefiles 72_scores_20170315.cf 72_scores-1815405.cf
Only in 1 (removed in 2)
ADVANCE_FEE_4_NEW
ADVANCE_FEE_5_NEW
AXB_XMAILER_MIMEOLE_OL_1ECD5
AXB_XM_FORGED_OL2600
BODY_EMPTY
CN_B2B_SPAMMER
FREEMAIL_DOC_PDF_BCC
FSL_HELO_BARE_IP_2
HDRS_LCASE
HK_SCAM_N15
LOTTO_AGENT
LOTTO_DEPT
MONEY_LOTTERY
MSGID_NOFQDN1
RP_MATCHES_RCVD
SHARE_50_50
TO_NO_BRKTS_FROM_MSSP
URI_GOOGLE_PROXY

Only in 2 (added in 2)
ADVANCE_FEE_4_NEW_MONEY
ADVANCE_FEE_5_NEW_FRM_MNY
ADVANCE_FEE_5_NEW_MONEY
APOSTROPHE_TOCC
AXB_X_AOL_SEZ_S
DEAR_BENEFICIARY
FROM_MISSP_DYNIP
FSL_HELO_FAKE
FSL_MIME_NO_TEXT
FUZZY_UNSUBSCRIBE
HDRS_MISSP
MANY_PILL_PRICE
MILLION_USD
MONEY_ATM_CARD
MONEY_FORM
MONEY_FORM_SHORT
MONEY_FROM_41
MONEY_FROM_MISSP
SERGIO_SUBJECT_VIAGRA01
SHORTENED_URL_SRC
SINGLETS_LOW_CONTRAST
SPOOFED_FREEM_REPTO_RUS
TO_NO_BRKTS_DYNIP

Changed
AC_HTML_NONSENSE_TAGS
  1.000 0.001 1.000 0.001
  1.000 1.000 1.000 1.000
ADVANCE_FEE_2_NEW_MONEY
  1.997 0.001 1.997 0.001
  0.001 0.020 0.001 0.020
ADVANCE_FEE_3_NEW
  3.496 0.001 3.496 0.001
  3.001 3.467 3.001 3.467
ADVANCE_FEE_3_NEW_MONEY
  2.796 0.001 2.796 0.001
  3.099 2.696 3.099 2.696
AXB_XMAILER_MIMEOLE_OL_024C2
  0.367 0.001 0.367 0.001
  1.816 0.006 1.816 0.006
BODY_URI_ONLY
  0.998 0.001 0.998 0.001
  1.000 0.999 1.000 0.999
BOGUS_MSM_HDRS
  0.909 0.001 0.909 0.001
  0.795 1.377 0.795 1.377
CANT_SEE_AD
  2.996 0.500 2.996 0.500
  1.000 1.000 1.000 1.000
CK_HELO_DYNAMIC_SPLIT_IP
  1.350 0.001 1.350 0.001
  1.500 0.107 1.500 0.107
CK_HELO_GENERIC
  0.249 0.249 0.249 0.249
  0.250 0.248 0.250 0.248
COMMENT_GIBBERISH
  1.498 1.499 1.498 1.499
  1.000 1.000 1.000 1.000
DATE_IN_FUTURE_96_Q
  3.296 3.299 3.296 3.299
  2.899 2.696 2.899 2.696
FBI_MONEY
  0.696 0.001 0.696 0.001
  1.000 1.000 1.000 1.000
FBI_SPOOF
  1.999 1.999 1.999 1.999
  1.000 1.000 1.000 1.000
FILL_THIS_FORM
  2.748 0.001 2.748 0.001
  0.113 1.488 0.113 1.488
FORM_FRAUD
  0.998 0.001 0.998 0.001
  1.000 0.998 1.000 0.998
FORM_FRAUD_3
  2.696 0.001 2.696 0.001
  2.899 0.999 2.899 0.999
FORM_FRAUD_5
  0.209 0.001 0.209 0.001
  3.499 1.594 3.499 1.594
FOUND_YOU
  3.013 0.001 3.013 0.001
  1.000 1.000 1.000 1.000
FREEMAIL_FORGED_FROMDOMAIN
  0.001 0.199 0.001 0.199
  0.001 0.001 0.001 0.001
FROM_IN_TO_AND_SUBJ
  0.287 0.262 0.287 0.262
  0.001 0.001 0.001 0.001
FROM_MISSP_FREEMAIL
  3.595 0.001 3.595 0.001
  2.213 1.781 2.213 1.781
FROM_MISSP_MSFT
  0.001 0.001 0.001 0.001
  1.097 1.596 1.097 1.596
FROM_MISSP_REPLYTO
  0.001 0.001 0.001 0.001
  2.443 0.001 2.443 0.001
FROM_MISSP_SPF_FAIL
  0.001 1.000 0.001 1.000
  0.001 0.001 0.001 0.001
FROM_MISSP_TO_UNDISC
  1.438 0.001 1.438 0.001
  1.472 0.448 1.472 0.448
FROM_MISSP_USER
  0.001 0.001 0.001 0.001
  3.316 1.188 3.316 1.188
FROM_MISSP_XPRIO
  0.001 0.001 0.001 0.001
  1.785 2.497 1.785 2.497
FROM_WORDY
  2.497 0.001 2.497 0.001
  2.500 2.498 2.500 2.498
FSL_CTYPE_WIN1251
  0.001 0.001 0.001 0.001
  3.515 3.080 3.515 3.080
FSL_NEW_HELO_USER
  0.083 0.001 0.083 0.001
  1.719 0.750 1.719 0.750
HELO_MISC_IP
  0.248 0.250 0.248 0.250
  0.250 0.249 0.250 0.249
HK_RANDOM_FROM
  0.998 0.001 0.998 0.001
  0.999 0.999 0.999 0.999
HK_SCAM_N2
  3.249 0.001 3.249 0.001
  1.498 2.696 1.498 2.696
IMG_DIRECT_TO_MX
  2.397 2.400 2.397 2.400
  3.599 1.744 3.599 1.744
LIST_PRTL_SAME_USER
  0.001 0.286 0.001 0.286
  1.000 1.000 1.000 1.000
LONG_HEX_URI
  2.194 2.290 2.194 2.290
  1.102 0.853 1.102 0.853
LONG_IMG_URI
  0.553 0.100 0.553 0.100
  0.554 1.000 0.554 1.000
LOTS_OF_MONEY
  0.001 0.001 0.001 0.001
  0.001 0.005 0.001 0.005
MIMEOLE_DIRECT_TO_MX
  1.445 0.381 1.445 0.381
  1.999 0.738 1.999 0.738
MIME_NO_TEXT
  1.000 1.000 1.000 1.000
  1.803 1.997 1.803 1.997
MONEY_FRAUD_3
  2.896 0.001 2.896 0.001
  3.099 0.263 3.099 0.263
MONEY_FRAUD_5
  

updateDNS.sh on sa-vm1.apache.org - DNS updates disabled

2017-11-16 Thread noreply

3.3.3.updates (TXT) -> \"1815422\"

File /usr/local/bin/updateDNS.disabled exists, not updating DNS.


Cron <automc@sa-vm1> ~/svn/trunk/build/mkupdates/run_nightly | /usr/bin/tee /var/www/automc.spamassassin.org/mkupdates/mkupdates.txt

2017-11-16 Thread Cron Daemon
+ promote_active_rules
+ pwd
/usr/local/spamassassin/automc/svn/trunk
+ /usr/bin/perl build/mkupdates/listpromotable
HTTP get: http://ruleqa.spamassassin.org/1-days-ago?xml=1
HTTP get: http://ruleqa.spamassassin.org/2-days-ago?xml=1
HTTP get: http://ruleqa.spamassassin.org/3-days-ago?xml=1
+ mv rules/active.list.new rules/active.list
+ svn diff rules
+ cat /var/www/ruleqa.spamassassin.org/reports/LATEST
Index: rules/active.list
===
--- rules/active.list   (revision 1815296)
+++ rules/active.list   (working copy)
@@ -1,5 +1,5 @@
 # active ruleset list, automatically generated from 
http://ruleqa.spamassassin.org/
-# with results from: day 1: axb-coi-bulk axb-generic axb-ham-misc axb-ninja 
darxus ena-week0 ena-week1 ena-week2 ena-week3 giovanni grenier jarif jbrooks 
mmiroslaw-mails-ham mmiroslaw-mails-spam thendrikx; day 2: axb-coi-bulk 
axb-generic axb-ham-misc axb-ninja darxus ena-week0 ena-week1 ena-week2 
ena-week3 giovanni jbrooks llanga mmiroslaw-mails-ham mmiroslaw-mails-spam 
thendrikx; day 3: axb-coi-bulk axb-generic axb-ham-misc axb-ninja darxus 
ena-week0 ena-week1 ena-week2 ena-week3 giovanni jbrooks llanga 
mmiroslaw-mails-ham mmiroslaw-mails-spam thendrikx
+# with results from: day 1: axb-coi-bulk axb-generic axb-ham-misc axb-ninja 
darxus ena-week0 ena-week1 ena-week2 ena-week3 giovanni grenier jarif jbrooks 
mmiroslaw-mails-ham mmiroslaw-mails-spam thendrikx; day 2: axb-coi-bulk 
axb-generic axb-ham-misc axb-ninja darxus ena-week0 ena-week1 ena-week2 
ena-week3 giovanni jarif jbrooks llanga mmiroslaw-mails-ham 
mmiroslaw-mails-spam thendrikx; day 3: axb-coi-bulk axb-generic axb-ham-misc 
axb-ninja darxus ena-week0 ena-week1 ena-week2 ena-week3 giovanni jbrooks 
llanga mmiroslaw-mails-ham mmiroslaw-mails-spam thendrikx
 
 # tflags publish
 AC_BR_BONANZA
@@ -143,9 +143,6 @@
 CORRUPT_FROM_LINE_IN_HDRS
 
 # good enough
-DATE_IN_FUTURE_96_Q
-
-# good enough
 DEAR_BENEFICIARY
 
 # tflags net
@@ -406,6 +403,9 @@
 # good enough
 IMG_DIRECT_TO_MX
 
+# good enough
+KB_DATE_CONTAINS_TAB
+
 # tflags publish
 LIST_PRTL_PUMPDUMP
 
@@ -869,14 +869,29 @@
 TW_GIBBERISH_MANY
 
 # good enough
-FILL_THIS_FORM_LOAN
+ADVANCE_FEE_5_NEW
 
 # good enough
-MONEY_FORM
+AXB_X_FF_SEZ_S
 
 # good enough
-MONEY_FROM_MISSP
+CTYPE_NULL
 
+# good enough
+FILL_THIS_FORM_LONG
+
+# good enough
+KHOP_DYNAMIC
+
+# good enough
+MONEY_BARRISTER
+
+# good enough
+TAB_IN_FROM
+
+# good enough
+THREAD_INDEX_HEX
+
 # tflags publish
 UC_GIBBERISH_OBFU
 
+ echo 'Committing promotions in rules/active.list...'
Committing promotions in rules/active.list...
+ svn commit -m 'promotions validated' rules/active.list
Sendingrules/active.list
Transmitting file data .done
Committing transaction...
Committed revision 1815421.
+ /usr/bin/perl masses/rule-qa/list-bad-rules
++ date +%w
+ [[ 4 = 3 ]]
+ for VER in '$VERSIONS'
+ make_tarball_for_version 3.4.2
+ version=3.4.2
+ tmpdir=/usr/local/spamassassin/automc/tmp/stage/3.4.2
+ rm -rf /usr/local/spamassassin/automc/tmp/stage/3.4.2
+ mkdir -p /usr/local/spamassassin/automc/tmp/stage/3.4.2
+ make clean
rm -f \
  SpamAssassin.bso SpamAssassin.def \
  SpamAssassin.exp SpamAssassin.x \
   blib/arch/auto/Mail/SpamAssassin/extralibs.all \
  blib/arch/auto/Mail/SpamAssassin/extralibs.ld Makefile.aperl \
  *.a *.o \
  *perl.core MYMETA.json \
  MYMETA.yml blibdirs.ts \
  core core.*perl.*.? \
  core.[0-9] core.[0-9][0-9] \
  core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \
  core.[0-9][0-9][0-9][0-9][0-9] libSpamAssassin.def \
  mon.out perl \
  perl perl.exe \
  perlmain.c pm_to_blib \
  pm_to_blib.ts so_locations \
  tmon.out 
rm -rf \
  *.cache blib \
  doc pod2htm* \
  qmail rules/*.pm \
  rules/70_inactive.cf sa-awl \
  sa-check_spamd sa-compile \
  sa-learn sa-update \
  spamassassin spamc/*.cache \
  spamc/*.o* spamc/*.so \
  spamc/Makefile spamc/config.h \
  spamc/config.log spamc/config.status \
  spamc/qmail-spamc spamc/replace/*.o* \
  spamc/spamc spamc/spamc.h \
  spamc/version.h spamd/*spamc* \
  spamd/spamd t/bayessql.cf \
  t/do_net t/log \
  t/sql_based_whitelist.cf version.env 
mv Makefile Makefile.old > /dev/null 2>&1
+ /usr/bin/perl Makefile.PL 
PREFIX=/usr/local/spamassassin/automc/tmp/stage/3.4.2
What email address or URL should be used in the suspected-spam report
text for users who want more information on your filter installation?
(In particular, ISPs should change this to a local Postmaster contact)
default text: [the administrator of that system] the administrator of that 
system

NOTE: settings for "make test" are now controlled using "t/config.dist". 
See that file if you wish to customize what tests are run, and how.

checking module dependencies and their versions...

***
NOTE: the optional Digest::SHA1 module is not installed.

  The Digest::SHA1 module is still required by the Razor2 plugin.
  Other modules prefer Digest::SHA, which