Your message dated Sat, 15 Feb 2014 07:03:27 +0000
with message-id <e1wezhb-0000yn...@franck.debian.org>
and subject line Bug#738872: fixed in spamassassin 3.4.0-1
has caused the Debian Bug report #738872,
regarding spamassassin: RFC Ignorant Site Shutdown - Rules Need Removed
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
738872: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738872
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: spamassassin
Version: 3.3.2-8
Severity: normal
Tags: upstream patch

The RFC ignorant site has been shutdown and so rules related to it should be
removed.  Here's the relevant Ubuntu bug:

https://bugs.launchpad.net/ubuntu/+source/spamassassin/+bug/1064541

The attached patch has been included in the Ubuntu version of the spamassassin
package.

Scott K
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är 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

--- End Message ---
--- Begin Message ---
Source: spamassassin
Source-Version: 3.4.0-1

We believe that the bug you reported is fixed in the latest version of
spamassassin, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 738...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
no...@debian.org (supplier of updated spamassassin package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 14 Feb 2014 22:45:15 -0800
Source: spamassassin
Binary: spamassassin spamc sa-compile
Architecture: source all amd64
Version: 3.4.0-1
Distribution: unstable
Urgency: low
Maintainer: Noah Meyerhans <no...@debian.org>
Changed-By: no...@debian.org
Description: 
 sa-compile - Tools for compiling SpamAssassin rules into C
 spamassassin - Perl-based spam filter using text analysis
 spamc      - Client for SpamAssassin spam filtering daemon
Closes: 738867 738872 738951 738963 738974
Changes: 
 spamassassin (3.4.0-1) unstable; urgency=low
 .
   * New upstream version! (Closes: 738963, 738872, 738867)
   * Scrub the environment when switching to the debian-spamd user in
     postinst and cron.daily. (Closes: 738951)
   * Enhancements to postinst to better manage ownership of
     /var/lib/spamassassin, via Iain Lane <iain.l...@canonical.com>
     (Closes: 738974)
Checksums-Sha1: 
 287a1a72202a08f229db587ecc4a3d31d204e8db 1750 spamassassin_3.4.0-1.dsc
 70ba5eed860406e2b016dd129eac81adbce395c9 204136 
spamassassin_3.4.0.orig-pkgrules.tar.xz
 4a0a423fd4846424754b90b19ab9e04d6e3b00d4 945292 spamassassin_3.4.0.orig.tar.xz
 5f3b5c42da64a109ddc2264169c4abebda7d3015 35020 
spamassassin_3.4.0-1.debian.tar.xz
 e29f04ab34d2c528b2fe9cfdaafc7f85c2139c56 1105150 spamassassin_3.4.0-1_all.deb
 0b7c5b56bef0eec4e0dd5fd87e9b5b88f6dbb0a0 87206 sa-compile_3.4.0-1_all.deb
 ce3c0b80154508affd8dee6d0e643b4c62ae14dc 121968 spamc_3.4.0-1_amd64.deb
Checksums-Sha256: 
 f725827093883513b1b204a264a4b25a0c2e479b6e591035298bc3c9ffd9db67 1750 
spamassassin_3.4.0-1.dsc
 43b12f1a9d4ff1e51307d8d7ee04de7fb9b524723a3b3760df484afc55ef8b6c 204136 
spamassassin_3.4.0.orig-pkgrules.tar.xz
 310a891cccc611ee53dce1ef2f7166ca2ae9de3e299ed11c1b502886d2696771 945292 
spamassassin_3.4.0.orig.tar.xz
 a189836d8a2367c4aa911e468d0e1a30a8a5bb456e9978c6c795992557428413 35020 
spamassassin_3.4.0-1.debian.tar.xz
 c4dbbe4c2b4a0656dd37fca2a523c26d5d9e9c0688d3af1fa10c03718bea7a33 1105150 
spamassassin_3.4.0-1_all.deb
 dffe852c29b98767c740f51595f0238323b517580e0e2ce69de852c997036ac8 87206 
sa-compile_3.4.0-1_all.deb
 d79a36545e41c16b936f9dbdf79f581611f3f9a2009f3295ad3690beb05ee60e 121968 
spamc_3.4.0-1_amd64.deb
Files: 
 e670418b2b9e3b178ae790179a6fe5a6 1750 mail optional spamassassin_3.4.0-1.dsc
 40577e5402cb700031df39ac72cd5542 204136 mail optional 
spamassassin_3.4.0.orig-pkgrules.tar.xz
 42a6cc14bf557e00dbee829815b83a6d 945292 mail optional 
spamassassin_3.4.0.orig.tar.xz
 21d0dbf914d87be532761a3edee13cf5 35020 mail optional 
spamassassin_3.4.0-1.debian.tar.xz
 cae719d31f368e730dd5c64233d385e2 1105150 mail optional 
spamassassin_3.4.0-1_all.deb
 5e8b119764683e8c67b6748716867b1b 87206 mail optional sa-compile_3.4.0-1_all.deb
 450557b36a14261051cd3c2d04c0d0ce 121968 mail optional spamc_3.4.0-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iD8DBQFS/xAHYrVLjBFATsMRAqjWAJ9jD0ndXH3iotbHy3UTvcSDleIbfACdEqte
dSs0ppEA1//oVViPm80Jn0I=
=TZxn
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to