.\" Automatically generated by Pod::Man 4.10 (Pod::Simple 3.35) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "Mail::SpamAssassin::Plugin::ASN 3pm" .TH Mail::SpamAssassin::Plugin::ASN 3pm "2021-03-26" "perl v5.28.1" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" Mail::SpamAssassin::Plugin::ASN \- SpamAssassin plugin to look up the Autonomous System Number (ASN) of the connecting IP address. .SH "SYNOPSIS" .IX Header "SYNOPSIS" .Vb 1 \& loadplugin Mail::SpamAssassin::Plugin::ASN \& \& asn_lookup asn.routeviews.org _ASN_ _ASNCIDR_ \& \& add_header all ASN _ASN_ _ASNCIDR_ \& \& header TEST_AS1234 X\-ASN =~ /^1234$/ .Ve .SH "DESCRIPTION" .IX Header "DESCRIPTION" This plugin uses \s-1DNS\s0 lookups to the services of an external \s-1DNS\s0 zone such as at \f(CW\*(C`http://www.routeviews.org/\*(C'\fR to do the actual work. Please make sure that your use of the plugin does not overload their infrastructure \- this generally means that \fByou should not use this plugin in a high-volume environment\fR or that you should use a local mirror of the zone (see \f(CW\*(C`ftp://ftp.routeviews.org/dnszones/\*(C'\fR). Other similar zones may also be used. .SH "TEMPLATE TAGS" .IX Header "TEMPLATE TAGS" This plugin allows you to create template tags containing the connecting \&\s-1IP\s0's \s-1AS\s0 number and route info for that \s-1AS\s0 number. .PP The default config will add a header field that looks like this: .PP .Vb 1 \& X\-Spam\-ASN: AS24940 213.239.192.0/18 .Ve .PP where \*(L"24940\*(R" is the \s-1ASN\s0 and \*(L"213.239.192.0/18\*(R" is the route announced by that \s-1ASN\s0 where the connecting \s-1IP\s0 address came from. If the \s-1AS\s0 announces multiple networks (more/less specific), they will all be added to the \f(CW\*(C`_ASNCIDR_\*(C'\fR tag, separated by spaces, eg: .PP .Vb 1 \& X\-Spam\-ASN: AS1680 89.138.0.0/15 89.139.0.0/16 .Ve .PP Note that the literal \*(L"\s-1AS\*(R"\s0 before the \s-1ASN\s0 in the _ASN_ tag is configurable through the \fIasn_prefix\fR directive and may be set to an empty string. .SH "CONFIGURATION" .IX Header "CONFIGURATION" The standard ruleset contains a configuration that will add a header field containing \s-1ASN\s0 data to scanned messages. The bayes tokenizer will use the added header field for bayes calculations, and thus affect which BAYES_* rule will trigger for a particular message. .PP \&\fBNote\fR that in most cases you should not score on the \s-1ASN\s0 data directly. Bayes learning will probably trigger on the _ASNCIDR_ tag, but probably not very well on the _ASN_ tag alone. .SH "SEE ALSO" .IX Header "SEE ALSO" http://www.routeviews.org/ \- all data regarding routing, ASNs, etc.... .PP http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4770 \- SpamAssassin Issue #4770 concerning this plugin .SH "STATUS" .IX Header "STATUS" No in-depth analysis of the usefulness of bayes tokenization of \s-1ASN\s0 data has been performed. .SH "ADMINISTRATOR SETTINGS" .IX Header "ADMINISTRATOR SETTINGS" .IP "asn_lookup asn\-zone.example.com [ _ASNTAG_ _ASNCIDRTAG_ ]" 4 .IX Item "asn_lookup asn-zone.example.com [ _ASNTAG_ _ASNCIDRTAG_ ]" Use this to lookup the \s-1ASN\s0 info in the specified zone for the first external \&\s-1IP\s0 address and add the \s-1AS\s0 number to the first specified tag and routing info to the second specified tag. .Sp If no tags are specified the \s-1AS\s0 number will be added to the _ASN_ tag and the routing info will be added to the _ASNCIDR_ tag. You must specify either none or both of the tag names. Tag names must start and end with an underscore. .Sp If two or more \fIasn_lookup\fRs use the same set of template tags, the results of their lookups will be appended to each other in the template tag values in no particular order. Duplicate results will be omitted when combining results. In a similar fashion, you can also use the same template tag for both the \s-1AS\s0 number tag and the routing info tag. .Sp Examples: .Sp .Vb 1 \& asn_lookup asn.routeviews.org \& \& asn_lookup asn.routeviews.org _ASN_ _ASNCIDR_ \& asn_lookup myview.example.com _MYASN_ _MYASNCIDR_ \& \& asn_lookup asn.routeviews.org _COMBINEDASN_ _COMBINEDASNCIDR_ \& asn_lookup myview.example.com _COMBINEDASN_ _COMBINEDASNCIDR_ \& \& asn_lookup in1tag.example.net _ASNDATA_ _ASNDATA_ .Ve .IP "clear_asn_lookups" 4 .IX Item "clear_asn_lookups" .PP Removes any previously declared \fIasn_lookup\fR entries from a list of queries. .IP "asn_prefix 'prefix_string' (default: '\s-1AS\s0')" 4 .IX Item "asn_prefix 'prefix_string' (default: 'AS')" The string specified in the argument is prepended to each \s-1ASN\s0 when storing it as a tag. This prefix is rather redundant, but its default value '\s-1AS\s0' is kept for backward compatibility with versions of SpamAssassin earlier than 3.4.0. A sensible setting is an empty string. The argument may be (but need not be) enclosed in single or double quotes for clarity.