|
How it works By default XWall supports only one disclaimer for the whole organization and
that is the one you can change in MBAdmin.
However, by directly modify XWall. ini you can create a disclaimer for
every combination of From: and To: address.
The general format of line in XWall. ini is:
OutboundDisclaimer=sender@domain.com:recipient@another.com:PlainText.txt:HTMLText.txt
-
sender@domain.com is the From: address.
If it is blank, it matches all.
-
recipient@another.com is the To: address.
If it is blank, it matches all.
-
PlainText.txt is the filename of the disclaimer in plain text format.
-
HTMLText.txt is the filename of the disclaimer in HTML format.
If this is blank, XWall creates the HTML format out of the plain text format.
So the default line, after you enabled the disclaimer in MBAdmin, looks like:
OutboundDisclaimer=::odisc-pl.txt
This means that for every From: address to every To: address the disclaimer in odisc-pl.txt will be used.
Note: To get a verbose logfile for disclaimer handling add the following line to XWall.ini:
VerboseDisclaimer=True
Samples
-
Disclaimer for every message, except it is sent by your accounting system
Create an empty text file in the XWall directory and name it empty.txt
and then add the following line to XWall. ini
OutboundDisclaimer=accounting@yourdomain.com::empty.txt
-
Special disclaimer when sending to hotmail.com
Create a text file with the text you want to have as the disclaimer in the XWall directory
and name it hotmail.txt and then add the following line to XWall. ini
OutboundDisclaimer=:@hotmail.com:hotmail.txt
By default XWall creates the disclaimer for a hmtl messages from
your plain text disclaimer.
If you need special html formatting for the declaimer that is used in a html message,
then put the html code of the disclaimer into a file named odisc-ht.txt in the XWall directory and then add the following line to XWall. ini
OutboundDisclaimer=::odisc-pl.txt:odisc-ht.txt
-
Exclude your cell phone from the disclaimer
Create an empty text file in the XWall directory and name it empty.txt
and then add the following lines to XWall. ini
OutboundDisclaimer=:@page.nextel.com:empty.txt
OutboundDisclaimer=:@mobile.att.net:empty.txt
OutboundDisclaimer=:@pagemax.com:empty.txt
OutboundDisclaimer=:@gocbw.com:empty.txt
OutboundDisclaimer=:@messaging.sprintpcs.com:empty.txt
OutboundDisclaimer=:@vtext.com:empty.txt
OutboundDisclaimer=:@mobile.mycingular.com:empty.txt
|