You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Sean Hennessey <SH...@icontact.com> on 2019/12/17 17:07:34 UTC

Whitelist a domain for the URI_HEX check?

Is it possible to whitelist a domain for the URI_HEX check like you can
with the uridnsbl_skip_domain directive?

Linux (Debian/Ubuntu) with 3.3.1 used for testing.

Re: Whitelist a domain for the URI_HEX check?

Posted by Henrik K <he...@hege.li>.
On Tue, Dec 17, 2019 at 05:41:53PM +0000, RW wrote:
> On Tue, 17 Dec 2019 12:07:34 -0500
> Sean Hennessey wrote:
> 
> > Is it possible to whitelist a domain for the URI_HEX check like you
> > can with the uridnsbl_skip_domain directive?
> 
> No. 
> 
> It currently only scores 0.1, which isn't worth the trouble of
> individual exceptions. If you are seeing anything else you should
> check for a custom score and that your rules aren't badly out of date.

Atleast many FPs come from http://#aabbcc uris which HTML parser for some
reason produces.  Committed some fixes.


Re: Whitelist a domain for the URI_HEX check?

Posted by RW <rw...@googlemail.com>.
On Tue, 17 Dec 2019 12:07:34 -0500
Sean Hennessey wrote:

> Is it possible to whitelist a domain for the URI_HEX check like you
> can with the uridnsbl_skip_domain directive?

No. 

It currently only scores 0.1, which isn't worth the trouble of
individual exceptions. If you are seeing anything else you should
check for a custom score and that your rules aren't badly out of date.