Scroll to navigation

Mail::SpamAssassin::AutoWelcomelist(3pm) User Contributed Perl Documentation Mail::SpamAssassin::AutoWelcomelist(3pm)

NAME

Mail::SpamAssassin::AutoWelcomelist - auto-welcomelist handler for SpamAssassin

SYNOPSIS

  (see Mail::SpamAssassin)

DESCRIPTION

Mail::SpamAssassin is a module to identify spam using text analysis and several internet-based realtime blocklists.

This class is used internally by SpamAssassin to manage the automatic welcomelisting functionality. Please refer to the "Mail::SpamAssassin" documentation for public interfaces.

METHODS

$meanscore = awl->check_address($addr, $originating_ip, $signedby);
This method will return the mean score of all messages associated with the given address, or undef if the address hasn't been seen before.

If $originating_ip is supplied, it will be used in the lookup.

This method will return the count of messages used in determining the welcomelist correction.
This method will add half the score to the current entry. Half the score is used, so that repeated use of the same From and IP address combination will gradually reduce the score.
This method will add a score of -100 to the given address -- effectively "bootstrapping" the address as being one that should be welcomelisted.
This method will add a score of 100 to the given address -- effectively "bootstrapping" the address as being one that should be blocklisted.
2022-12-17 perl v5.32.1