https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6531
Summary: clear_uridnsbl_skip_domain feature to allow admin
override of default configuration
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Rules
AssignedTo: [email protected]
ReportedBy: [email protected]
Synopsis of Key Points below to open bug:
Discussion to increase uridsnbl domain skip list from approximately 200 to more
(as high as 500 domains) to reduce unnecessary uribl queries. However,
concerns over the inability to administratively override this list on a per
installation basis led to a feature request as follows:
Alex Broens:
I'd welcome having uridnsbl_skip_domain as a switchable feature:
enable_uridnsbl_skip_domain yes.
or clear_uridnsbl_skip_domain
same syntax as clear_internal_networks / clear_trusted_networks ...
Warren Togami:
How about we implement a clear_* parameter so this becomes a non-issue? In
reality it is counter-productive to actually use such an option, but if you
insist it must be possible...
Mark Martinec:
That's a good suggestion to keep everyone happy, and is fairly easy to
implement. Will do it.
Here is what I have in mind:
=item clear_uridnsbl_skip_domain [domain1 domain2 ...]
If no argument is given, then clears the entire list of domains declared
by I<uridnsbl_skip_domain> configuration directives so far. Any subsequent
I<uridnsbl_skip_domain> directives will start creating a new list of skip
domains.
When given a list of domains as arguments, only the specified domains
are removed from the list of skipped domains.
--
Configure bugmail:
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.