Hello,
I’am using SpamAssassin to filter messages on Windows for Outlook. The
script did the following
1. Write the inbox message (Internet headers + body) to a common text file.
2. Run SpamAssassin (for this I use a directory which contains: spam.bat,
spamassassin.exe, rules and user_prefs).
3. The output of SpamAssassin is a text file assassinated.txt.
I use this file to know if a message is a spam or not.
Now, I want to do the same thing with Lotus Notes, I copy the internet
headers and the body of the message to a text file, run SpamAssassin and
read assassinated.txt.
But, the problem is that for the same message that I receive from Outlook
and lotus Notes, The result of SpamAssassin analyze is different. This is an
exemple (the result of runnig SpamAssassin in the same message the first is
retrieving from Outlook and the second from lotus notes):
tests=CLICK_BELOW,FREQ_SPAM_PHRASE
tests=DATE_MISSING,INVALID_DATE,CLICK_BELOW,FREQ_SPAM_PHRASE,
MISSING_HEADERS
If someone could help me to resolve this problem. I want to know if what
I’am doing is logic or not.
Thanks in advance.
Note: I use 2.31 SpamAssassin version.
--
View this message in context:
http://www.nabble.com/SpamAssassin-On-Windows-for-Lotus-Notes-tp23595417p23595417.html
Sent from the SpamAssassin - Dev mailing list archive at Nabble.com.