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::VBounce(3ser Contributed Perl Documentatiil::SpamAssassin::Plugin::VBounce(3)



NAME
       Mail::SpamAssassin::Plugin::VBounce

SYNOPSIS
        loadplugin Mail::SpamAssassin::Plugin::VBounce [/path/to/VBounce.pm]

USER PREFERENCES
       The following options can be used in both site-wide ("local.cf") and user-specific ("user_prefs")
       configuration files to customize how SpamAssassin handles incoming email messages.

       whitelist_bounce_relays hostname [hostname2 ...]
           This is used to 'rescue' legitimate bounce messages that were generated in response to mail you
           really *did* send.  List the MTA relays that your outbound mail is delivered through.  If a
           bounce message is found, and it contains one of these hostnames in a 'Received' header, it will
           not be marked as a blowback virus-bounce.

           The hostnames can be file-glob-style patterns, so "relay*.isp.com" will work.  Specifically, "*"
           and "?" are allowed, but all other metacharacters are not.  Regular expressions are not used for
           security reasons.

           Multiple addresses per line, separated by spaces, is OK.  Multiple "whitelist_from" lines is also
           OK.



perl v5.8.8                                      2007-06-19           Mail::SpamAssassin::Plugin::VBounce(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.