[Bug 7528] URILocalBL: uri_block_cc negative match

2018-09-23 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7528

Henrik Krohns  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED

--- Comment #6 from Henrik Krohns  ---
No objections from me, resolving this. Put some notes in UPGRADE.

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

[Bug 7528] URILocalBL: uri_block_cc negative match

2018-09-23 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7528

John Hardin  changed:

   What|Removed |Added

 CC||jhar...@impsec.org

--- Comment #5 from John Hardin  ---
(In reply to Kevin A. McGrail from comment #4)
> I would like 3.4.3 to be more of a bug fix release to finalize the 3.4
> branch and keep new stuff to 4.0.

+1 from me on this policy.

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

[Bug 7528] URILocalBL: uri_block_cc negative match

2018-09-23 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7528

Kevin A. McGrail  changed:

   What|Removed |Added

 CC||kmcgr...@apache.org

--- Comment #4 from Kevin A. McGrail  ---
I would like 3.4.3 to be more of a bug fix release to finalize the 3.4 branch
and keep new stuff to 4.0.

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

[Bug 7528] URILocalBL: uri_block_cc negative match

2018-09-23 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7528

Henrik Krohns  changed:

   What|Removed |Added

 CC||h...@hege.li

--- Comment #3 from Henrik Krohns  ---
Added the feature to trunk:

Committed revision 1841740.

uri_block_cc BLOCK_ALL_EXCEPT_US_CA !us !ca

Not bothering to backport this feature alone to 3.4, since there has been so
many other changes to code. Unless we decide to also bring GeoDB etc to 3.4.

Keeping open until I manage to update "upgrade/new features" docs.

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

[Bug 7528] URILocalBL: uri_block_cc negative match

2018-04-25 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7528

stephen-spamassas...@digitalnexus.org changed:

   What|Removed |Added

 CC||stephen-spamassassin@digita
   ||lnexus.org

--- Comment #2 from stephen-spamassas...@digitalnexus.org ---
Unfortunately the meta rule will not work:  if there are 2 uri's, 1 in Italy,
and another in, say, China, then __URI_ANY and __URI_IT will both match.

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

[Bug 7528] URILocalBL: uri_block_cc negative match

2018-04-15 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7528

Giovanni Bechis  changed:

   What|Removed |Added

 CC||giova...@paclan.it

--- Comment #1 from Giovanni Bechis  ---
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.