|
|
Subject: [SACVS] CVS: spamassassin/rules 20_body_tests.cf,1.167,1.168 - msg#00161
List: mail.spam.spamassassin.cvs
Update of /cvsroot/spamassassin/spamassassin/rules
In directory usw-pr-cvs1:/tmp/cvs-serv12302/rules
Modified Files:
20_body_tests.cf
Log Message:
TRACKER_ID fp fixed on PGP sigs
Index: 20_body_tests.cf
===================================================================
RCS file: /cvsroot/spamassassin/spamassassin/rules/20_body_tests.cf,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -d -r1.167 -r1.168
--- 20_body_tests.cf 26 Jul 2002 15:49:39 -0000 1.167
+++ 20_body_tests.cf 26 Jul 2002 16:33:21 -0000 1.168
@@ -274,7 +274,7 @@
# this seems to be the new fashion (as of Jul 5 2002). base64-encoded parts
need to
# be stripped before this match
-rawbody TRACKER_ID /^[a-z0-9]{6,}[-_a-z0-9]{12,}[a-z0-9]{6,}\s*$/is
+body TRACKER_ID
/^[a-z0-9]{6,}[-_a-z0-9]{12,}[a-z0-9]{6,}\s*\z/is
describe TRACKER_ID Incorporates a tracking ID number
test TRACKER_ID ok
2174Hzdm0-105YUqT8863DiDg0-616mqbE4931HEBc0-732qBHd6314l52
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
[SACVS] CVS: spamassassin/masses mass-check-results-to-mbox,1.1,1.2
Update of /cvsroot/spamassassin/spamassassin/masses
In directory usw-pr-cvs1:/tmp/cvs-serv12302/masses
Modified Files:
mass-check-results-to-mbox
Log Message:
TRACKER_ID fp fixed on PGP sigs
Index: mass-check-results-to-mbox
===================================================================
RCS file: /cvsroot/spamassassin/spamassassin/masses/mass-check-results-to-mbox,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mass-check-results-to-mbox 25 Jul 2002 13:40:31 -0000 1.1
+++ mass-check-results-to-mbox 26 Jul 2002 16:33:21 -0000 1.2
@@ -102,6 +102,6 @@
sub handle {
my $msgp = shift;
- print STDOUT @$msgp;
+ print STDOUT @$msgp, "\n";
}
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Next Message by Date:
click to view message preview
[SACVS] CVS: spamassassin/rules 20_compensate.cf,1.6,1.7 30_text_de.cf,1.7,1.8 30_text_es.cf,1.7,1.8 30_text_fr.cf,1.12,1.13
Update of /cvsroot/spamassassin/spamassassin/rules
In directory usw-pr-cvs1:/tmp/cvs-serv14817/rules
Modified Files:
20_compensate.cf 30_text_de.cf 30_text_es.cf 30_text_fr.cf
Log Message:
fixed BALANCE_FOR_LONG: now back to just measuring bytes, but this time of the
de-HTMLified text
Index: 20_compensate.cf
===================================================================
RCS file: /cvsroot/spamassassin/spamassassin/rules/20_compensate.cf,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 20_compensate.cf 26 Jul 2002 16:30:22 -0000 1.6
+++ 20_compensate.cf 26 Jul 2002 16:40:42 -0000 1.7
@@ -177,7 +177,7 @@
tflags PGP_SIGNATURE nice
body BALANCE_FOR_LONG eval:check_for_very_long_text()
-describe BALANCE_FOR_LONG Message text is over 500 lines long
+describe BALANCE_FOR_LONG Message text is over 8K in size
tflags BALANCE_FOR_LONG nice
rawbody UNIFIED_PATCH /^\@\@ [-+0-9]+,[0-9]+ [-+0-9]+,[0-9]+ \@\@$/
Index: 30_text_de.cf
===================================================================
RCS file: /cvsroot/spamassassin/spamassassin/rules/30_text_de.cf,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- 30_text_de.cf 26 Jul 2002 15:41:47 -0000 1.7
+++ 30_text_de.cf 26 Jul 2002 16:40:42 -0000 1.8
@@ -145,6 +145,5 @@
lang de describe NIGERIAN_SCAM_7 Abgewandelter Nigeria-Betrug (7)
lang de describe NIGERIAN_SCAM_8 Abgewandelter Nigeria-Betrug (8)
lang de describe UNNEEDED_HTML_ENCODING Unnoetige Kodierung der HTML-Tags
-lang de describe BALANCE_FOR_LONG Nachricht ist ueber 500 Zeilen lang
lang de describe USER_IN_WHITELIST From: Adresse ist in der White-List
des Anwenders
Index: 30_text_es.cf
===================================================================
RCS file: /cvsroot/spamassassin/spamassassin/rules/30_text_es.cf,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- 30_text_es.cf 26 Jul 2002 15:41:47 -0000 1.7
+++ 30_text_es.cf 26 Jul 2002 16:40:42 -0000 1.8
@@ -101,6 +101,6 @@
lang es describe NIGERIAN_SCAM Nigerian scam, cf
http://www.snopes2.com/inboxer/scams/nigeria.htm
lang es describe NIGERIAN_SCAM_2 Mutated Nigerian scams
lang es describe UNNEEDED_HTML_ENCODING Unneeded encoding of HTML tags
-lang es describe BALANCE_FOR_LONG Message text is over 500 lines long
+lang es describe BALANCE_FOR_LONG Message text is over 8K long
lang es describe USER_IN_WHITELIST From: address is in the user's
white-list
Index: 30_text_fr.cf
===================================================================
RCS file: /cvsroot/spamassassin/spamassassin/rules/30_text_fr.cf,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- 30_text_fr.cf 26 Jul 2002 16:30:22 -0000 1.12
+++ 30_text_fr.cf 26 Jul 2002 16:40:42 -0000 1.13
@@ -23,7 +23,6 @@
lang fr describe ASKS_BILLING_ADDRESS Réclame une adresse de facturation
lang fr describe AUTO_EMAIL_REMOVAL Contient la formule 'Auto Email
Removal'
lang fr describe BAD_HELO_WARNING Faux nom utilise dans la command SMTP
HELO
-lang fr describe BALANCE_FOR_LONG Le message fait plus de 500 lignes
lang fr describe BASE64_ENC_TEXT Le texte du message est encodé en
Base64
lang fr describe BE_AMAZED Contient la formule 'be amazed'
lang fr describe BILLION_DOLLARS Parle de million/milliard de dollars
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Previous Message by Thread:
click to view message preview
[SACVS] CVS: spamassassin/masses mass-check-results-to-mbox,1.1,1.2
Update of /cvsroot/spamassassin/spamassassin/masses
In directory usw-pr-cvs1:/tmp/cvs-serv12302/masses
Modified Files:
mass-check-results-to-mbox
Log Message:
TRACKER_ID fp fixed on PGP sigs
Index: mass-check-results-to-mbox
===================================================================
RCS file: /cvsroot/spamassassin/spamassassin/masses/mass-check-results-to-mbox,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mass-check-results-to-mbox 25 Jul 2002 13:40:31 -0000 1.1
+++ mass-check-results-to-mbox 26 Jul 2002 16:33:21 -0000 1.2
@@ -102,6 +102,6 @@
sub handle {
my $msgp = shift;
- print STDOUT @$msgp;
+ print STDOUT @$msgp, "\n";
}
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Next Message by Thread:
click to view message preview
[SACVS] CVS: spamassassin/rules 20_compensate.cf,1.6,1.7 30_text_de.cf,1.7,1.8 30_text_es.cf,1.7,1.8 30_text_fr.cf,1.12,1.13
Update of /cvsroot/spamassassin/spamassassin/rules
In directory usw-pr-cvs1:/tmp/cvs-serv14817/rules
Modified Files:
20_compensate.cf 30_text_de.cf 30_text_es.cf 30_text_fr.cf
Log Message:
fixed BALANCE_FOR_LONG: now back to just measuring bytes, but this time of the
de-HTMLified text
Index: 20_compensate.cf
===================================================================
RCS file: /cvsroot/spamassassin/spamassassin/rules/20_compensate.cf,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 20_compensate.cf 26 Jul 2002 16:30:22 -0000 1.6
+++ 20_compensate.cf 26 Jul 2002 16:40:42 -0000 1.7
@@ -177,7 +177,7 @@
tflags PGP_SIGNATURE nice
body BALANCE_FOR_LONG eval:check_for_very_long_text()
-describe BALANCE_FOR_LONG Message text is over 500 lines long
+describe BALANCE_FOR_LONG Message text is over 8K in size
tflags BALANCE_FOR_LONG nice
rawbody UNIFIED_PATCH /^\@\@ [-+0-9]+,[0-9]+ [-+0-9]+,[0-9]+ \@\@$/
Index: 30_text_de.cf
===================================================================
RCS file: /cvsroot/spamassassin/spamassassin/rules/30_text_de.cf,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- 30_text_de.cf 26 Jul 2002 15:41:47 -0000 1.7
+++ 30_text_de.cf 26 Jul 2002 16:40:42 -0000 1.8
@@ -145,6 +145,5 @@
lang de describe NIGERIAN_SCAM_7 Abgewandelter Nigeria-Betrug (7)
lang de describe NIGERIAN_SCAM_8 Abgewandelter Nigeria-Betrug (8)
lang de describe UNNEEDED_HTML_ENCODING Unnoetige Kodierung der HTML-Tags
-lang de describe BALANCE_FOR_LONG Nachricht ist ueber 500 Zeilen lang
lang de describe USER_IN_WHITELIST From: Adresse ist in der White-List
des Anwenders
Index: 30_text_es.cf
===================================================================
RCS file: /cvsroot/spamassassin/spamassassin/rules/30_text_es.cf,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- 30_text_es.cf 26 Jul 2002 15:41:47 -0000 1.7
+++ 30_text_es.cf 26 Jul 2002 16:40:42 -0000 1.8
@@ -101,6 +101,6 @@
lang es describe NIGERIAN_SCAM Nigerian scam, cf
http://www.snopes2.com/inboxer/scams/nigeria.htm
lang es describe NIGERIAN_SCAM_2 Mutated Nigerian scams
lang es describe UNNEEDED_HTML_ENCODING Unneeded encoding of HTML tags
-lang es describe BALANCE_FOR_LONG Message text is over 500 lines long
+lang es describe BALANCE_FOR_LONG Message text is over 8K long
lang es describe USER_IN_WHITELIST From: address is in the user's
white-list
Index: 30_text_fr.cf
===================================================================
RCS file: /cvsroot/spamassassin/spamassassin/rules/30_text_fr.cf,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- 30_text_fr.cf 26 Jul 2002 16:30:22 -0000 1.12
+++ 30_text_fr.cf 26 Jul 2002 16:40:42 -0000 1.13
@@ -23,7 +23,6 @@
lang fr describe ASKS_BILLING_ADDRESS Réclame une adresse de facturation
lang fr describe AUTO_EMAIL_REMOVAL Contient la formule 'Auto Email
Removal'
lang fr describe BAD_HELO_WARNING Faux nom utilise dans la command SMTP
HELO
-lang fr describe BALANCE_FOR_LONG Le message fait plus de 500 lignes
lang fr describe BASE64_ENC_TEXT Le texte du message est encodé en
Base64
lang fr describe BE_AMAZED Contient la formule 'be amazed'
lang fr describe BILLION_DOLLARS Parle de million/milliard de dollars
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
|
|