Mail::SpamAssassin::Plugin::ASN



Mail::SpamAssassin::Plugin::ASN

NAME
SYNOPSIS
DESCRIPTION
TEMPLATE TAGS
CONFIGURATION
SEE ALSO
STATUS
ADMINISTRATOR SETTINGS

NAME

Mail::SpamAssassin::Plugin::ASN − SpamAssassin plugin to look up the Autonomous System Number (ASN) of the connecting IP address.

SYNOPSIS

 loadplugin Mail::SpamAssassin::Plugin::ASN
 asn_lookup asn.routeviews.org _ASN_ _ASNCIDR_
 add_header all ASN _ASN_ _ASNCIDR_

DESCRIPTION

This plugin uses DNS lookups to the services of "http://www.routeviews.org/" to do the actual work. Please make sure that your use of the plugin does not overload their infrastructure − this generally means that you should not use this plugin in a high-volume environment or that you should use a local mirror of the zone (see "ftp://ftp.routeviews.org/dnszones/").

TEMPLATE TAGS

This plugin allows you to create template tags containing the connecting IP ’s AS number and route info for that AS number.

The default config will add a header that looks like this:

 X−Spam−ASN: AS24940 213.239.192.0/18

where " AS24940 " is the ASN and "213.239.192.0/18" is the route announced by that ASN where the connecting IP address came from. If the AS announces multiple networks (more/less specific), they will all be added to the "_ASNCIDR_" tag, separated by spaces, eg:

 X−Spam−ASN: AS1680 89.138.0.0/15 89.139.0.0/16

CONFIGURATION

The standard ruleset contains a configuration that will add a header containing ASN data to scanned messages. The bayes tokenizer will use the added header for bayes calculations, and thus affect which BAYES_* rule will trigger for a particular message.

Note that in most cases you should not score on the ASN data directly. Bayes learning will probably trigger on the _ASNCIDR_ tag, but probably not very well on the _ASN_ tag alone.

SEE ALSO

http://www.routeviews.org/ − all data regarding routing, ASNs etc

http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4770 − SpamAssassin Issue #4770 concerning this plugin

STATUS

No in-depth analysis of the usefulness of bayes tokenization of ASN data has been performed.

ADMINISTRATOR SETTINGS

asn_lookup asn−zone.example.com [ _ASNTAG_ _ASNCIDRTAG_ ]

Use this to lookup the ASN info in the specified zone for the first external IP address and add the AS number to the first specified tag and routing info to the second specified tag.

If no tags are specified the AS 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 tags. Tags must start and end with an underscore.

If two or more asn_lookups 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 AS number tag and the routing info tag.

Examples:

  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_



More Linux Commands

manpages/snmpstatus.1.html
snmpstatus(1) - retrieves a fixed set of management informat
snmpstatus is an SNMP application that retrieves several important statistics from a network entity. AGENT identifies a target SNMP agent, which is instrumented

manpages/uuid_clear.3.html
uuid_clear(3) - reset value of UUID variable to the NULL val
The uuid_clear function sets the value of the supplied uuid variable uu to the NULL value. AUTHOR Theodore Y. Tso AVAILABILITY libuuid is part of the util-linux

manpages/sane-kvs40xx.5.html
sane-kvs40xx(5) SANE backend for Panasonic KV-S40xxC USB SCS
The sane-kvs40xx library implements a SANE (Scanner Access Now Easy) backend which provides access to the Panasonic KV-S40xxC and KV-S70xxC scanners. KNOWN ISSU

manpages/slk_init.3ncurses.html
slk_init(3ncurses) - curses soft label routines (Man Page)
The slk* functions manipulate the set of soft function-key labels that exist on many terminals. For those terminals that do not have soft labels, curses takes o

manpages/sysctl.d.5.html
sysctl.d(5) - Configure kernel parameters at boot (ManPage)
At boot, systemd-sysctl.service(8) reads configuration files from the above directories to configure sysctl(8) kernel parameters. CONFIGURATION FORMAT The confi

manpages/tuned-main.conf.5.html
tuned-main.conf(5) Tuned global configuration file..........
This man page documents format of the Tuned global configuration file. The tuned-main.conf file uses the ini-file format. dynamic_tuning=BOOL This defines wheth

manpages/Tcl_CreateThread.3.html
Tcl_CreateThread(3) - Tcl thread support - Linux man page...
Tcl provides Tcl_CreateThread for creating threads. The caller can determine the size of the stack given to the new thread and modify the behaviour through the

manpages/getrpcent_r.3.html
getrpcent_r(3) - get RPC entry (reentrant) - Linux man page
The getrpcent_r(), getrpcbyname_r(), and getrpcbynumber_r() functions are the reentrant equivalents of, respectively, getrpcent(3), getrpcbyname(3), and getrpcb

manpages/perlre.1.html
perlre(1) - Perl regular expressions - Linux manual page....
This page describes the syntax of regular expressions in Perl. If you havent used regular expressions before, a quick-start introduction is available in perlreq

manpages/chmod.1.html
chmod(1) - change file mode bits (Commands - Linux man page)
This manual page documents the GNU version of chmod. chmod changes the file mode bits of each given file according to mode, which can be either a symbolic repre

manpages/sane-find-scanner.1.html
sane-find-scanner(1) - find SCSI and USB scanners and their
sane-find-scanner is a command-line tool to find SCSI and USB scanners and determine their Unix device files. Its primary aim is to make sure that scanners can

manpages/mysqldump.1.html
mysqldump(1) - a database backup program - Linux man page...
The mysqldump client is a backup program originally written by Igor Romanenko. It can be used to dump a database or a collection of databases for backup or tran





We can't live, work or learn in freedom unless the software we use is free.