Adding a Disclaimer

Many corporate sites require that all outgoing email have a legal disclaimer attached. PureMessage centralizes this action at the mail gateway.

# Add a disclaimer filter.
   # Adds "banner.txt" file content to the message body.
   # Only detect outgoing mail.
   if pmx_relay :memberof "internal-hosts" {
   pmx_add_banner :body :use_html_pre :file "banner.txt";
   }

Description:

Where does this filter go?

The "add a disclaimer" filter should be placed before the filter in "Policy Script 1: Scan and Deliver Internal Messages" and directly after the pmx_test_mark action. Positioning the "add a disclaimer" filter at this point ensures that:

Related concepts
Policy Script 1: Scan and Deliver Internal Messages