ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

For more information about the manual page format, see the manual page for manpages(5).



Mail::SpamAssassin::Plugin::AccessDB(er Contributed Perl Documentatl::SpamAssassin::Plugin::AccessDB(3)



NAME
       Mail::SpamAssassin::Plugin::AccessDB - check message against Access Database

SYNOPSIS
         loadplugin     Mail::SpamAssassin::Plugin::AccessDB

         header   ACCESSDB  eval:check_access_database('/etc/mail/access.db')
         describe ACCESSDB  Message would have been caught by accessdb
         tflags   ACCESSDB  userconf
         score    ACCESSDB  2

DESCRIPTION
       Many MTAs support access databases, such as Sendmail, Postfix, etc.  This plugin does similar checks
       to see whether a message would have been flagged.

       The rule returns false if an entry isn't found, or the entry has a RHS of OK or SKIP.

       The rule returns true if an entry exists and has a RHS of REJECT, ERROR, or DISCARD.

       Note: only the first word (split on non-word characters) of the RHS is checked, so "error:5.7.1:..."
       means "ERROR".

       AccessDB Pointers:

         http://www.faqs.org/docs/securing/chap22sec178.html
         http://www.postfix.org/access.5.html



perl v5.8.8                                      2007-04-03          Mail::SpamAssassin::Plugin::AccessDB(3)

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.