giova...@paclan.it skrev den 2023-01-05 11:25:
asn_lookup asn.routeviews.org _ASN_ _ASNCIDR_
asn_lookup_ipv6 origin6.asn.cymru.com _ASN_ _ASNCIDR_
is these 2 lines used for database lookup in GeoIPLite2-ASN at all ?
add_header all ASN _ASN_ _ASNCIDR_
with dns this works, but with GeoIPLite
header __LOCAL_FROM_BE From =~ /.\.beauty/i
meta LOCAL_BE (__LOCAL_FROM_BE)
score LOCAL_BE 2
describe LOCAL_BE from beauty domain
On 1/5/2023 3:24 AM, Loren Wilton wrote:
You can simplify your rule code a little if you want:
header LOCAL_BE From =~ /.\.beauty/i
perhaps:
header LOCAL_BE F
On 1/5/2023 3:24 AM, Loren Wilton wrote:
You can simplify your rule code a little if you want:
header __LOCAL_FROM_BE From =~ /.\.beauty/i
meta LOCAL_BE (__LOCAL_FROM_BE)
score LOCAL_BE 2
describe LOCAL_BE from beauty domain
to
header LOCAL_BE From =~ /.\.beauty/i
score LOCAL_BE 2
de
On 1/4/23 20:07, Benny Pedersen wrote:
how to setup ASN plugin with it ?
currently i find that _ASNCIDR_ gives not cidr info with GeoIPLite2-ASN.mmdb
is this a limit of Lite ?
no, from Mail::SpamAssassin::Plugin::ASN :
---
GeoDB (GeoIP ASN) database lookups are sup
You can simplify your rule code a little if you want:
header __LOCAL_FROM_BE From =~ /.\.beauty/i
meta LOCAL_BE (__LOCAL_FROM_BE)
score LOCAL_BE 2
describe LOCAL_BE from beauty domain
to
header LOCAL_BE From =~ /.\.beauty/i
score LOCAL_BE 2
describe LOCAL_BE from beauty domain
The met