Author |
|
abuechi Newbie
Joined: 16 February 2012 Location: Switzerland
Online Status: Offline Posts: 3
|
Posted: 17 February 2012 at 5:08am | IP Logged
|
|
|
Hello forum,
I use spamassassin as spamfilter and I would like to connect this tool with the AfterLogic Webmail.
I want to modify the spam button (icon with letter and beetle at the inbox menu) with the additional function:
c:\path\spamassassin\sa-learn.exe --spam "marked Emails"
and the NOspam button (icon with letter and green arrow at the spam-folder menu)with the additional function:
c:\path\spamassassin\sa-learn.exe --ham "marked Emails"
Like this, every user is able to mark spam/NOspam emails.
Does anybody knows, what files and how I have them to modify? Thank you for helping.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 17 February 2012 at 6:04am | IP Logged
|
|
|
I don't think there's an easy way to achieve that, unless you modify server-side code. However, there might be a simpler path: some systems are known to train the spamfilter when messages are moved to (and out of) Spam folder. You might want to configure your SpamAssassin installation so that it works that way.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|