Skip to content

Instantly share code, notes, and snippets.

@mklooss
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mklooss/d81982eee7c982a16512 to your computer and use it in GitHub Desktop.
Save mklooss/d81982eee7c982a16512 to your computer and use it in GitHub Desktop.
remove rhsbl.ahbl.org from in debian wheezys policyd-weight
---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:
Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>
--- policyd-weight-0.1.15.2.orig/policyd-weight
+++ policyd-weight-0.1.15.2/policyd-weight
@@ -390,7 +390,6 @@ my $MAXDNSBLMSG = '550 Your MTA is lis
## RHSBL settings
my @rhsbl_score = (
'multi.surbl.org', 4, 0, 'SURBL',
- 'rhsbl.ahbl.org', 4, 0, 'AHBL'
);
my $BL_ERROR_SKIP = 2; # skip a RBL if this RBL had this many continuous
package has been updated by debian:
policyd-weight (0.1.15.2-5+wheezy2) wheezy; urgency=low
* Add 10_del_rhsbl.ahbl.org.patch which removes rhsbl.ahbl.org list due
to service shutdown (Closes: #774772)
* Add 11_fix_default_rhsbl_dnsbl_in_man5.patch which updates default
dnsbls/rhsbls in man5 manpage
-- Werner Detter <werner@aloah-from-hell.de> Sat, 17 Jan 2015 14:45:23 +0100
see: https://packages.debian.org/wheezy-updates/policyd-weight
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment