[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#738944: pu: package spamassassin/3.3.2-5+deb7u1



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: pu

Hello stable release managers. I'd like to upload spamassassin
3.3.2-5+deb7u1 for the next wheezy update. Changelog entries are:

  * Import Ubuntu's patch to remove 'xxx' from the list of common fake
    TLDs, since it's not fake anymore. (Closes: 738867)
  * Import Ubuntu's patch to remove rules referring to rfc-ignorant.org,
    since it has shut down. (Closes: 738872)
  * Backport the removal of the NJABL blacklists, which have been shut
    down.

Aside from the code change to support .xxx, any user who has been
running with the daily 'sa-update' cron job enabled (which is the
generally recommended configuration) should have received these updates
a long time ago via that channel.

-- System Information:
Debian Release: 7.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru spamassassin-3.3.2/debian/changelog spamassassin-3.3.2/debian/changelog
--- spamassassin-3.3.2/debian/changelog	2013-01-28 21:52:22.000000000 -0800
+++ spamassassin-3.3.2/debian/changelog	2014-02-13 21:10:21.000000000 -0800
@@ -1,3 +1,14 @@
+spamassassin (3.3.2-5+deb7u1) stable; urgency=low
+
+  * Import Ubuntu's patch to remove 'xxx' from the list of common fake
+    TLDs, since it's not fake anymore. (Closes: 738867)
+  * Import Ubuntu's patch to remove rules referring to rfc-ignorant.org,
+    since it has shut down. (Closes: 738872)
+  * Backport the removal of the NJABL blacklists, which have been shut
+    down.
+
+ -- Noah Meyerhans <noahm@debian.org>  Thu, 13 Feb 2014 21:10:20 -0800
+
 spamassassin (3.3.2-5) unstable; urgency=low
 
   * Import upstream's fix for a crash in SIGCHLD handler (Closes: #694504)
diff -Nru spamassassin-3.3.2/debian/patches/90_missing_tld spamassassin-3.3.2/debian/patches/90_missing_tld
--- spamassassin-3.3.2/debian/patches/90_missing_tld	1969-12-31 16:00:00.000000000 -0800
+++ spamassassin-3.3.2/debian/patches/90_missing_tld	2014-02-13 20:34:48.000000000 -0800
@@ -0,0 +1,40 @@
+Re-add missing xxx domain that somehow fell out of the list upstream.
+https://issues.apache.org/SpamAssassin/show_bug.cgi?id=4385
+Thanks to Julian Mehnle for the patch
+Updated Feb 14 2014 to include uri_text.t fix from upstream.
+
+Index: spamassassin-3.3.2/lib/Mail/SpamAssassin/Util/RegistrarBoundaries.pm
+===================================================================
+--- spamassassin-3.3.2.orig/lib/Mail/SpamAssassin/Util/RegistrarBoundaries.pm	2011-06-06 19:59:16.000000000 -0400
++++ spamassassin-3.3.2/lib/Mail/SpamAssassin/Util/RegistrarBoundaries.pm	2014-02-13 12:35:34.000000000 -0500
+@@ -58,7 +58,7 @@
+   nf ng ni nl no np nr nu nz om org pa pe pf pg ph pk pl pn pr pro ps
+   pt pw py qa re ro rs ru rw sa sb sc sd se sg sh si sk sl sm sn
+   sr st su sv sy sz tc td tel tf tg th tj tk tl tm tn to tp tr travel tt
+-  tv tw tz ua ug uk us uy uz va vc ve vg vi vn vu wf ws ye za
++  tv tw tz ua ug uk us uy uz va vc ve vg vi vn vu wf ws xxx ye za
+   zm zw
+   /) { 
+   $VALID_TLDS{$_} = 1;
+Index: spamassassin-3.3.2/t/uri_text.t
+===================================================================
+--- spamassassin-3.3.2.orig/t/uri_text.t	2011-06-06 19:59:19.000000000 -0400
++++ spamassassin-3.3.2/t/uri_text.t	2014-02-13 12:38:06.276143072 -0500
+@@ -290,7 +290,7 @@
+ 
+ # first confirm that it will not match on not a TLD
+ example.foo	!^http://example.foo$
+-example.xxx	!^http://example.xxx$
++example.zzf	!^http://example.zzf$
+ 
+ example.ac	^http://example.ac$
+ example.ad	^http://example.ad$
+@@ -566,7 +566,7 @@
+ # with www. prefix tests a different table of TLDs
+ 
+ www.example.foo	!^http://www.example.foo$
+-www.example.xxx	!^http://www.example.xxx$
++www.example.zzf	!^http://www.example.zzf$
+ 
+ www.example.ac	^http://www.example.ac$
+ www.example.ad	^http://www.example.ad$
diff -Nru spamassassin-3.3.2/debian/patches/91_no_rfc_ignorant spamassassin-3.3.2/debian/patches/91_no_rfc_ignorant
--- spamassassin-3.3.2/debian/patches/91_no_rfc_ignorant	1969-12-31 16:00:00.000000000 -0800
+++ spamassassin-3.3.2/debian/patches/91_no_rfc_ignorant	2014-02-13 20:23:17.000000000 -0800
@@ -0,0 +1,160 @@
+https://bugs.launchpad.net/ubuntu/+source/spamassassin/+bug/1064541
+Remove all RFC Ignorant related ruled due to imminent site shutdown
+
+Index: spamassassin-3.3.2/pkgrules/20_dnsbl_tests.cf
+===================================================================
+--- spamassassin-3.3.2.orig/pkgrules/20_dnsbl_tests.cf	2011-05-17 22:45:11.000000000 -0400
++++ spamassassin-3.3.2/pkgrules/20_dnsbl_tests.cf	2012-10-09 14:16:28.248219427 -0400
+@@ -163,35 +163,6 @@
+ reuse  RCVD_IN_PBL              RCVD_IN_PBL T_RCVD_IN_PBL_WITH_NJABL_DUL RCVD_IN_NJABL_DUL
+ 
+ # ---------------------------------------------------------------------------
+-# RFC-Ignorant blacklists (both name and IP based)
+-
+-header __RFC_IGNORANT_ENVFROM   eval:check_rbl_envfrom('rfci_envfrom', 'fulldom.rfc-ignorant.org.')
+-tflags __RFC_IGNORANT_ENVFROM   net
+-
+-header DNS_FROM_RFC_DSN         eval:check_rbl_sub('rfci_envfrom', '127.0.0.2')
+-describe DNS_FROM_RFC_DSN       Envelope sender in dsn.rfc-ignorant.org
+-tflags DNS_FROM_RFC_DSN         net
+-reuse  DNS_FROM_RFC_DSN
+-
+-header DNS_FROM_RFC_BOGUSMX     eval:check_rbl_sub('rfci_envfrom', '127.0.0.8')
+-describe DNS_FROM_RFC_BOGUSMX   Envelope sender in bogusmx.rfc-ignorant.org
+-tflags DNS_FROM_RFC_BOGUSMX     net
+-reuse  DNS_FROM_RFC_BOGUSMX
+-
+-# bug 4628: these rules are too unreliable to assign scores to
+-header __DNS_FROM_RFC_POST      eval:check_rbl_sub('rfci_envfrom', '127.0.0.3')
+-tflags __DNS_FROM_RFC_POST      net
+-reuse  __DNS_FROM_RFC_POST      DNS_FROM_RFC_POST
+-
+-header __DNS_FROM_RFC_ABUSE     eval:check_rbl_sub('rfci_envfrom', '127.0.0.4')
+-tflags __DNS_FROM_RFC_ABUSE     net
+-reuse  __DNS_FROM_RFC_ABUSE     DNS_FROM_RFC_ABUSE
+-
+-header __DNS_FROM_RFC_WHOIS     eval:check_rbl_sub('rfci_envfrom', '127.0.0.5')
+-tflags __DNS_FROM_RFC_WHOIS     net
+-reuse  __DNS_FROM_RFC_WHOIS     DNS_FROM_RFC_WHOIS
+-
+-# ---------------------------------------------------------------------------
+ # Now, single zone BLs follow:
+ 
+ # another domain-based blacklist
+Index: spamassassin-3.3.2/pkgrules/30_text_de.cf
+===================================================================
+--- spamassassin-3.3.2.orig/pkgrules/30_text_de.cf	2011-05-17 22:45:11.000000000 -0400
++++ spamassassin-3.3.2/pkgrules/30_text_de.cf	2012-10-09 14:15:49.216218821 -0400
+@@ -94,8 +94,6 @@
+ lang de describe RCVD_IN_SORBS_DUL SORBS: Senderechner nur tempor�mit Internet verbunden
+ lang de describe RCVD_IN_SBL Transportiert via Rechner in SBL-Liste (http://www.spamhaus.org/sbl/)
+ lang de describe RCVD_IN_XBL Transportiert via Rechner in XBL-Liste (http://www.spamhaus.org/xbl/)
+-lang de describe DNS_FROM_RFC_DSN Absender in dsn-Liste von www.rfc-ignorant.org
+-lang de describe DNS_FROM_RFC_BOGUSMX Absender in bogusmx-Liste von www.rfc-ignorant.org
+ lang de describe DNS_FROM_AHBL_RHSBL Absenderadresse in Liste von dnsbl.ahbl.org
+ lang de describe RCVD_IN_BL_SPAMCOP_NET Transportiert via Rechner in Liste von www.spamcop.net
+ lang de describe RCVD_IN_MAPS_RBL Transportiert via Rechner in Liste von http://www.mail-abuse.org/rbl/
+Index: spamassassin-3.3.2/pkgrules/50_scores.cf
+===================================================================
+--- spamassassin-3.3.2.orig/pkgrules/50_scores.cf	2011-05-17 22:45:11.000000000 -0400
++++ spamassassin-3.3.2/pkgrules/50_scores.cf	2012-10-09 14:14:45.992217836 -0400
+@@ -765,11 +765,6 @@
+ score NO_DNS_FOR_FROM 0 0.379 0 0.001 # n=0 n=2
+ # </gen:mutable>
+ 
+-# rfc-ignorant.org, disabled May 2011 due to poor hit rate and accuracy:
+-# https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6526
+-score DNS_FROM_RFC_BOGUSMX 0
+-score DNS_FROM_RFC_DSN 0
+-
+ # Spamhaus CSS does not appear in masschecks thus cannot be
+ # scored by automated means.  Set an explicit score.
+ score RCVD_IN_CSS 0 1.0 0 1.0
+Index: spamassassin-3.3.2/pkgrules/local.cf
+===================================================================
+--- spamassassin-3.3.2.orig/pkgrules/local.cf	2011-05-17 22:45:11.000000000 -0400
++++ spamassassin-3.3.2/pkgrules/local.cf	2012-10-09 14:15:22.772218408 -0400
+@@ -93,10 +93,3 @@
+ #header    SPF_NONE    eval:check_for_spf_none()
+ #describe  SPF_NONE    SPF: sender SPF record missing
+ #score     SPF_NONE    0.1
+-
+-# RFC-Ignorant - enable blacklist from http://www.rfc-ignorant.org/
+-# Disabled in 3.3.2 due to poor hit rate and accuracy:
+-# https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6526
+-#
+-#score DNS_FROM_RFC_BOGUSMX 0 1.464 0 1.668 # n=0 n=2
+-#score DNS_FROM_RFC_DSN 0 0.001 0 0.001 # n=0 n=2
+Index: spamassassin-3.3.2/rules/STATISTICS-set3.txt
+===================================================================
+--- spamassassin-3.3.2.orig/rules/STATISTICS-set3.txt	2011-06-06 19:59:17.000000000 -0400
++++ spamassassin-3.3.2/rules/STATISTICS-set3.txt	2012-10-09 14:17:08.304220051 -0400
+@@ -263,7 +263,6 @@
+   5.178   7.5958   0.0874    0.989   0.78    0.15  HTML_SHORT_LINK_IMG_3
+   0.410   0.5973   0.0155    0.975   0.78    0.02  FORGED_OUTLOOK_HTML
+   1.167   1.6980   0.0482    0.972   0.78    2.84  DOS_OUTLOOK_TO_MX
+-  0.543   0.7893   0.0256    0.969   0.78    0.00  DNS_FROM_RFC_DSN
+   0.226   0.3324   0.0006    0.998   0.77    3.16  KAM_LOTTO1
+   0.469   0.0102   1.4348    0.007   0.77   -0.10  DCC_REPUT_13_19
+   0.475   0.6899   0.0220    0.969   0.77    0.50  FROM_LOCAL_NOVOWEL
+@@ -494,7 +493,6 @@
+   0.483   0.6368   0.1605    0.799   0.58    0.00  SPF_HELO_FAIL
+   0.020   0.0297   0.0000    1.000   0.57    1.46  HELO_DYNAMIC_HOME_NL
+   0.020   0.0297   0.0000    1.000   0.57    0.00  TVD_SUBJ_WIPE_DEBT
+-  1.590   2.1784   0.3502    0.861   0.57    1.67  DNS_FROM_RFC_BOGUSMX
+   0.020   0.0294   0.0000    1.000   0.57    0.00  FH_FROM_GIVEAWAY
+   0.020   0.0291   0.0000    1.000   0.57    2.43  HELO_DYNAMIC_CHELLO_NL
+   0.572   0.7560   0.1849    0.803   0.57    0.00  SUBJECT_NEEDS_ENCODING
+Index: spamassassin-3.3.2/rules/active.list
+===================================================================
+--- spamassassin-3.3.2.orig/rules/active.list	2011-06-06 19:59:17.000000000 -0400
++++ spamassassin-3.3.2/rules/active.list	2012-10-09 14:17:37.932220512 -0400
+@@ -82,12 +82,6 @@
+ # tflags net
+ DNS_FROM_AHBL_RHSBL
+ 
+-# tflags net
+-DNS_FROM_RFC_BOGUSMX
+-
+-# tflags net
+-DNS_FROM_RFC_DSN
+-
+ # tflags publish
+ DOS_ANAL_SPAM_MAILER
+ 
+@@ -746,15 +740,6 @@
+ XMAILER_MIMEOLE_OL_CAC8F
+ 
+ # tflags net
+-__DNS_FROM_RFC_ABUSE
+-
+-# tflags net
+-__DNS_FROM_RFC_POST
+-
+-# tflags net
+-__DNS_FROM_RFC_WHOIS
+-
+-# tflags net
+ __RCVD_IN_BRBL
+ 
+ # tflags net
+Index: spamassassin-3.3.2/rules/STATISTICS-set1.txt
+===================================================================
+--- spamassassin-3.3.2.orig/rules/STATISTICS-set1.txt	2011-06-06 19:59:17.000000000 -0400
++++ spamassassin-3.3.2/rules/STATISTICS-set1.txt	2012-10-09 14:18:29.464221315 -0400
+@@ -263,7 +263,6 @@
+   5.178   7.5958   0.0874    0.989   0.78    0.33  HTML_SHORT_LINK_IMG_3
+   0.410   0.5973   0.0155    0.975   0.78    0.00  FORGED_OUTLOOK_HTML
+   1.167   1.6980   0.0482    0.972   0.78    1.45  DOS_OUTLOOK_TO_MX
+-  0.543   0.7893   0.0256    0.969   0.78    0.00  DNS_FROM_RFC_DSN
+   0.226   0.3324   0.0006    0.998   0.77    3.50  KAM_LOTTO1
+   0.469   0.0102   1.4348    0.007   0.77   -0.10  DCC_REPUT_13_19
+   0.475   0.6899   0.0220    0.969   0.77    0.50  FROM_LOCAL_NOVOWEL
+@@ -494,7 +493,6 @@
+   0.483   0.6368   0.1605    0.799   0.58    0.00  SPF_HELO_FAIL
+   0.020   0.0297   0.0000    1.000   0.57    1.53  HELO_DYNAMIC_HOME_NL
+   0.020   0.0297   0.0000    1.000   0.57    0.00  TVD_SUBJ_WIPE_DEBT
+-  1.590   2.1784   0.3502    0.861   0.57    1.46  DNS_FROM_RFC_BOGUSMX
+   0.020   0.0294   0.0000    1.000   0.57    0.00  FH_FROM_GIVEAWAY
+   0.020   0.0291   0.0000    1.000   0.57    1.92  HELO_DYNAMIC_CHELLO_NL
+   0.572   0.7560   0.1849    0.803   0.57    0.00  SUBJECT_NEEDS_ENCODING
diff -Nru spamassassin-3.3.2/debian/patches/96_disable_njabl spamassassin-3.3.2/debian/patches/96_disable_njabl
--- spamassassin-3.3.2/debian/patches/96_disable_njabl	1969-12-31 16:00:00.000000000 -0800
+++ spamassassin-3.3.2/debian/patches/96_disable_njabl	2014-02-13 21:07:59.000000000 -0800
@@ -0,0 +1,129 @@
+Index: spamassassin-3.3.2/pkgrules/20_dnsbl_tests.cf
+===================================================================
+--- spamassassin-3.3.2.orig/pkgrules/20_dnsbl_tests.cf	2011-05-17 19:45:11.000000000 -0700
++++ spamassassin-3.3.2/pkgrules/20_dnsbl_tests.cf	2013-03-11 22:21:16.000000000 -0700
+@@ -40,42 +40,6 @@
+ # Well, at least NJABL doesn't, it seems, as of Apr 7 2003.
+ 
+ # ---------------------------------------------------------------------------
+-# NJABL
+-# URL: http://www.dnsbl.njabl.org/
+-
+-header __RCVD_IN_NJABL          eval:check_rbl('njabl', 'combined.njabl.org.')
+-describe __RCVD_IN_NJABL        Received via a relay in combined.njabl.org
+-tflags __RCVD_IN_NJABL          net
+-reuse  __RCVD_IN_NJABL
+-
+-header RCVD_IN_NJABL_RELAY      eval:check_rbl_sub('njabl', '127.0.0.2')
+-describe RCVD_IN_NJABL_RELAY    NJABL: sender is confirmed open relay
+-tflags RCVD_IN_NJABL_RELAY      net
+-reuse  RCVD_IN_NJABL_RELAY
+-
+-# NJABL DUL: obsoleted by PBL (bug 5187)
+-
+-header RCVD_IN_NJABL_SPAM       eval:check_rbl_sub('njabl', '127.0.0.4')
+-describe RCVD_IN_NJABL_SPAM     NJABL: sender is confirmed spam source
+-tflags RCVD_IN_NJABL_SPAM       net
+-reuse  RCVD_IN_NJABL_SPAM
+-
+-header RCVD_IN_NJABL_MULTI      eval:check_rbl_sub('njabl', '127.0.0.5')
+-describe RCVD_IN_NJABL_MULTI    NJABL: sent through multi-stage open relay
+-tflags RCVD_IN_NJABL_MULTI      net
+-reuse  RCVD_IN_NJABL_MULTI
+-
+-header RCVD_IN_NJABL_CGI        eval:check_rbl_sub('njabl', '127.0.0.8')
+-describe RCVD_IN_NJABL_CGI      NJABL: sender is an open formmail
+-tflags RCVD_IN_NJABL_CGI        net
+-reuse  RCVD_IN_NJABL_CGI
+-
+-header RCVD_IN_NJABL_PROXY      eval:check_rbl_sub('njabl', '127.0.0.9')
+-describe RCVD_IN_NJABL_PROXY    NJABL: sender is an open proxy
+-tflags RCVD_IN_NJABL_PROXY      net
+-reuse  RCVD_IN_NJABL_PROXY
+-
+-# ---------------------------------------------------------------------------
+ # SORBS
+ # transfers: both axfr and ixfr available
+ # URL: http://www.dnsbl.sorbs.net/
+Index: spamassassin-3.3.2/pkgrules/30_text_de.cf
+===================================================================
+--- spamassassin-3.3.2.orig/pkgrules/30_text_de.cf	2011-05-17 19:45:11.000000000 -0700
++++ spamassassin-3.3.2/pkgrules/30_text_de.cf	2013-03-11 22:19:20.000000000 -0700
+@@ -77,12 +77,6 @@
+ lang de describe BLANK_LINES_80_90 Nachrichtentext besteht zu 80-90% aus Leerzeilen
+ lang de describe LONGWORDS Eine Reihe von langen W�rn hintereinander
+ lang de describe ALL_TRUSTED Nachricht wurde nur �ertrauensw� Rechner weitergeleitet
+-lang de describe __RCVD_IN_NJABL Transportiert via Rechner in Liste von combined.njabl.org
+-lang de describe RCVD_IN_NJABL_RELAY NJABL: Senderechner als "Open Relay" best�gt
+-lang de describe RCVD_IN_NJABL_SPAM NJABL: Senderechner ist best�gter Spam-Versender
+-lang de describe RCVD_IN_NJABL_MULTI NJABL: Mehrfach �open relay"-Rechner weitergeleitet
+-lang de describe RCVD_IN_NJABL_CGI NJABL: Gesendet �in veraltetes und ungesichertes Webformular
+-lang de describe RCVD_IN_NJABL_PROXY NJABL: Senderechner als "open proxy" gemeldet
+ lang de describe __RCVD_IN_SORBS SORBS: Senderechner in Liste von dnsbl.sorbs.net
+ lang de describe RCVD_IN_SORBS_HTTP SORBS: Senderechner als "open HTTP proxy" gemeldet
+ lang de describe RCVD_IN_SORBS_MISC SORBS: Senderechner als "open proxy" gemeldet
+Index: spamassassin-3.3.2/pkgrules/30_text_fr.cf
+===================================================================
+--- spamassassin-3.3.2.orig/pkgrules/30_text_fr.cf	2011-05-17 19:45:11.000000000 -0700
++++ spamassassin-3.3.2/pkgrules/30_text_fr.cf	2013-03-11 22:19:38.000000000 -0700
+@@ -216,11 +216,6 @@
+ lang fr describe RCVD_IN_MAPS_NML	Relais list�ans NML, http://www.mail-abuse.org/nml/
+ lang fr describe RCVD_IN_MAPS_RBL	Relais list�ans RBL, http://www.mail-abuse.org/rbl/
+ lang fr describe RCVD_IN_MAPS_RSS	Relais list�ans RSS, http://www.mail-abuse.org/rss/
+-lang fr describe RCVD_IN_NJABL_CGI	NJABL: Emis par un script formmail vuln�ble
+-lang fr describe RCVD_IN_NJABL_MULTI	NJABL: Envoy�ar un relais ouvert multi-�ges
+-lang fr describe RCVD_IN_NJABL_PROXY	NJABL: Envoy�epuis un proxy ouvert
+-lang fr describe RCVD_IN_NJABL_RELAY	NJABL: Envoy�ar un relais ouvert confirm�-lang fr describe RCVD_IN_NJABL_SPAM	NJABL: Envoy�epuis une source de spam confirm�+ lang fr describe RCVD_IN_SBL		Relais list�ans http://www.spamhaus.org/sbl/
+ lang fr describe RCVD_IN_SORBS_BLOCK	SORBS: Relais refusant d'�e test�ar SORBS
+ lang fr describe RCVD_IN_SORBS_HTTP	SORBS: Envoy�ar un proxy HTTP ouvert
+Index: spamassassin-3.3.2/pkgrules/30_text_nl.cf
+===================================================================
+--- spamassassin-3.3.2.orig/pkgrules/30_text_nl.cf	2011-05-17 19:45:11.000000000 -0700
++++ spamassassin-3.3.2/pkgrules/30_text_nl.cf	2013-03-11 22:19:53.000000000 -0700
+@@ -64,12 +64,6 @@
+ lang nl describe CHARSET_FARAWAY                 Karakterset wijst op vreemde taal
+ lang nl describe EMAIL_ROT13                     Body bevat een ROT13-versleuteld emailadres
+ lang nl describe BLANK_LINES_80_90               Bericht bestaat voor 80-90% uit witregels
+-lang nl describe __RCVD_IN_NJABL                 Ontvangen via een relay die gevonden is in dnsbl.njabl.org
+-lang nl describe RCVD_IN_NJABL_RELAY             NJABL: verzender is een bevestigde open relay
+-lang nl describe RCVD_IN_NJABL_SPAM              NJABL: is een bevestigde SPAM bron
+-lang nl describe RCVD_IN_NJABL_MULTI             NJABL: verzonden via multi-stage open relay
+-lang nl describe RCVD_IN_NJABL_CGI               NJABL: verzender is een open formmail
+-lang nl describe RCVD_IN_NJABL_PROXY             NJABL: verzender is een open proxy
+ lang nl describe __RCVD_IN_SORBS                 SORBS: verzender is gevonden in SORBS
+ lang nl describe RCVD_IN_SORBS_HTTP              SORBS: verzender is een open HTTP proxy server
+ lang nl describe RCVD_IN_SORBS_MISC              SORBS: verzender is een open proxy server
+Index: spamassassin-3.3.2/pkgrules/30_text_pl.cf
+===================================================================
+--- spamassassin-3.3.2.orig/pkgrules/30_text_pl.cf	2011-05-17 19:45:11.000000000 -0700
++++ spamassassin-3.3.2/pkgrules/30_text_pl.cf	2013-03-11 22:20:09.000000000 -0700
+@@ -198,11 +198,6 @@
+ lang pl describe RCVD_IN_MAPS_NML	"open relay" wed�ug NML, http://www.mail-abuse.org/nml/
+ lang pl describe RCVD_IN_MAPS_RBL	"open relay" wed�ug RBL, http://www.mail-abuse.org/rbl/
+ lang pl describe RCVD_IN_MAPS_RSS	"open relay" wed�ug RSS, http://www.mail-abuse.org/rss/
+-lang pl describe RCVD_IN_NJABL_CGI	NJABL: nadawca ma niezabezpieczone formularze na WWW
+-lang pl describe RCVD_IN_NJABL_MULTI	NJABL: wys�ano przez wielostopniowy Open Relay
+-lang pl describe RCVD_IN_NJABL_PROXY	NJABL: nadawca to Otwarte Proxy
+-lang pl describe RCVD_IN_NJABL_RELAY	NJABL: nadawca to potwierdzony Open Relay
+-lang pl describe RCVD_IN_NJABL_SPAM	NJABL: nadawca jest potwierdzonym �r�m spamu
+ lang pl describe RCVD_IN_SBL		Otrzymano przez relay listowany w Spamhaus Block List
+ lang pl describe RCVD_IN_SORBS_BLOCK	SORBS: nadawca nie pozwala si�estowa� lang pl describe RCVD_IN_SORBS_HTTP	SORBS: nadawca jest otwartym serwerem HTTP
+Index: spamassassin-3.3.2/pkgrules/50_scores.cf
+===================================================================
+--- spamassassin-3.3.2.orig/pkgrules/50_scores.cf	2011-05-17 19:45:11.000000000 -0700
++++ spamassassin-3.3.2/pkgrules/50_scores.cf	2013-03-11 22:18:31.000000000 -0700
+@@ -745,11 +745,6 @@
+ score RCVD_IN_IADB_UT_CPEAR 0 # n=0 n=1 n=2 n=3
+ score RCVD_IN_IADB_UT_CPR_30 0 # n=0 n=1 n=2 n=3
+ score RCVD_IN_IADB_UT_CPR_MAT 0 -0.095 0 -0.001 # n=0 n=1 n=2
+-score RCVD_IN_NJABL_CGI 0 # n=0 n=1 n=2 n=3
+-score RCVD_IN_NJABL_MULTI 0 # n=0 n=1 n=2 n=3
+-score RCVD_IN_NJABL_PROXY 0 0.208 0 2.224 # n=0 n=2
+-score RCVD_IN_NJABL_RELAY 0 1.881 0 2.499 # n=0 n=2
+-score RCVD_IN_NJABL_SPAM 0 1.466 0 1.249 # n=0 n=2
+ score RCVD_IN_SBL 0 2.596 0 0.141 # n=0 n=2
+ score RCVD_IN_SORBS_BLOCK 0 # n=0 n=1 n=2 n=3
+ score RCVD_IN_SORBS_DUL 0 0.001 0 0.001 # n=0 n=2
diff -Nru spamassassin-3.3.2/debian/patches/series spamassassin-3.3.2/debian/patches/series
--- spamassassin-3.3.2/debian/patches/series	2013-01-22 20:28:45.000000000 -0800
+++ spamassassin-3.3.2/debian/patches/series	2014-02-13 21:09:06.000000000 -0800
@@ -5,5 +5,8 @@
 55_disable_nagios_epm
 60_bug_684709
 85_disable_SSLv2
+90_missing_tld
 90_pod_cleanup
+91_no_rfc_ignorant
 95_bug694504-spamdforkscaling-crash
+96_disable_njabl

Attachment: signature.asc
Description: Digital signature


Reply to: