Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Mail::SpamAssassin::Plugin::LDAPfilteriXhash

Mail::SpamAssassin::Plugin::LDAPfilter provides LDAP-based blacklist and whitelist filtering capabilities to SpamAssassin 3.x installs. Standard elements from the SMTP session and the RFC822 message are parsed out and searches are submitted to an LDAP server, and scorable responses are returend for any matches. For example, if a message contains a parseable domain name, the domain name will be used as a search key against the LDAP filters, and if a match is found the plugin will return a scorable marker, which could either be positive (blacklist) or negative (whitelist).

Created by: Eric A. Hall

iXhash is based on the procmail-based project 'NiXSpam', created and maintained by Bert Ungerer, editor with the German IT-magazin 'iX' (http://www.heise.de/ix/). Basically redundant information is removed from the body of a mail, then a MD5 hash is computed from the rest and compared to a given database of known spam. The actual comparison is realised via DNS. See code for more info. Read up at http://www.heise.de/ix/nixspam/ for even more.

No further development, usage discouraged. .

Created by: Dirk Bonengel

Contact: dirk.bonengel@login-solutions.de Contact: ehall@ntrg.com

License Type: Same as SpamAssassin

Status: currently stable and also undergoing ongoing no further development

Maintained as of: Old

Added: 2005-0507-24 02

Available at: http://www.eric-a-hall.com/software/spamassassin-ldapfilter/ Mail::SpamAssassin: :Plugin:: iXhash

Mail::SpamAssassin::Plugin::iXhash is based on the procmail-based project 'NiXSpam', created and maintained by Bert Ungerer, editor with the German IT-magazin 'iX' (http://www.heise.de/ix/). Basically redundant information is removed from the body of a mail, then a MD5 hash is computed from the rest and compared to a given database of known spam. The actual comparison is realised via DNS. See code for more info. Read up at http://www.heise.de/ix/nixspam/ for even more.

No further development, usage discouraged. .

Created by: Dirk Bonengel

Contact: dirk.bonengel@login-solutions.de

License Type: Same as SpamAssassin

Status: no further development

Maintained as of: Old

Added: 2005-07-02

Available at: iXhash

Note: Please read the POD too

URICountry

This plugin provides meta data for scoring URIs based on the country in which they are hosted enabling easy creation of rules for any country

Created by: Derek Harding

Contact: derek_sa at atuin dot net

License Type: Same as SpamAssassin

Status: active

Maintained as of: Old

Added: 2005-08-09

Available at: URICountryPlugin

SAGrey

SAGrey is a two-phased greylist tool for use inside spamassassin. It first looks to see if the score of the current message exceeds the current "spam" threshold value, and if so then it looks to see if the message sender's email and IP address tuple are already known to the auto-whitelist (AWL) repository. If the message exceeds the spam score and the sender is unknown to spamassassin, SAGrey assumes that this is one-time spam from a throwaway or zombie account, and fires accordingly.

This is badly named, as it does not actually do greylisting.

Created by: Eric A. Hall

Note: Please read the POD too

...

URICountry

This plugin provides meta data for scoring URIs based on the country in which they are hosted enabling easy creation of rules for any country

Created by: Derek Harding

Contact: derek_sa at atuin dot net Contact: eric.hall@gmail.com

License Type: Same as SpamAssassin

Status: seemingly-functional initial release; ongoing developmentactive

Maintained as of: Old

Added: 2005-08-21 09

Available at: http://www.eric-a-hall.com/software/spamassassin-sagrey/ URICountryPlugin

...

POPAuth

Utilizes an access.db style hash file to extend the SpamAssassin trusted_networks to 'POPAuth' or 'POP-before-SMTP' hosts by dynamically adding and removing the hosts or networks found in the specified database to SpamAssassin's trusted_networks configuration.

...