You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2018/04/16 06:58:41 UTC

[Bug 7528] URILocalBL: uri_block_cc negative match

https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7528

Giovanni Bechis <gi...@paclan.it> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |giovanni@paclan.it

--- Comment #1 from Giovanni Bechis <gi...@paclan.it> ---
This is not exactly what you are looking for but, after r1829033, this meta
rule should do the trick:
---------------------------------------------------------------------------
ifplugin Mail::SpamAssassin::Plugin::URILocalBL
uri_block_cont __URI_ANY af as eu na oc sa
describe __URI_ANY Block uri located anywhere
uri_block_cc __URI_IT it
describe __URI_IT Block uri located in Italy
meta URI_BLOCK (__URI_ANY && !__URI_IT)
describe URI_BLOCK Block any uris but not those located in Italy
score URI_BLOCK 0.01
endif
---------------------------------------------------------------------------

-- 
You are receiving this mail because:
You are the assignee for the bug.