Browse Source

Specified that SNFServer needs to generate X-headers, not insert them

into the email message.


git-svn-id: https://svn.microneil.com/svn/PKG-SNF-CS-NIX/trunk@52 233e721a-07f6-49eb-a7da-05e0e16828fc
master
adeniz 14 years ago
parent
commit
74fb68c580
1 changed files with 6 additions and 3 deletions
  1. 6
    3
      SNF_CS_Developer_Package/SNF4SA/README

+ 6
- 3
SNF_CS_Developer_Package/SNF4SA/README View File

@@ -42,9 +42,12 @@ specified by the "pre_3.2_static_sa_score_threshold" configuration
line. Please see the INSTALL file for further info.
In addition to scanning the message, the plugin inserts headers into
the email. The SNFServer must be configured to insert the headers
into the email message. The following headers are copied by the
plugin into the message if SNFServer is configured to generate them:
the email. The SNFServer must be configured to generate the
X-headers. Please see the SNFServer documention for configuration
instructions. The plugin obtains the headers from SNFServer (using
the XCI interface), and inserts the headers into the email message.
The following headers are inserted by the plugin into the message if
SNFServer is configured to generate them:
1) 'X-SPAM-MessageSniffer-Scan-Result' contains the body of the
X-MessageSniffer-Scan-Result header inserted by SNFServer.

Loading…
Cancel
Save