Author |
|
studioweb Newbie
Joined: 29 March 2010 Location: Netherlands
Online Status: Offline Posts: 4
|
Posted: 29 March 2010 at 1:20am | IP Logged
|
|
|
Hi,
Is the webmail communicating with the anti-spam backend (Spamassassin?) when a email is marked as spam (and vice versa not spam)? If so, is this done on a account-basis of domain-wide? would prefer the 2nd one.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 29 March 2010 at 2:41am | IP Logged
|
|
|
Actually, this works server-wide, regardless of account and/or domain name used.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
studioweb Newbie
Joined: 29 March 2010 Location: Netherlands
Online Status: Offline Posts: 4
|
Posted: 29 March 2010 at 2:47am | IP Logged
|
|
|
OK, that's good to hear. Could you go into detail? For example, will a address be added to a whitelist if Not spam is used?
Is it theoretically possible to extend the webmail system to generate spam reports each day to subscribe accounts? Can this be done with PHP?
thanks
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 29 March 2010 at 4:20am | IP Logged
|
|
|
Quote:
OK, that's good to hear. Could you go into detail? For example, will a address be added to a whitelist if Not spam is used? |
|
|
The message is used to learn the Bayesian filter.
Quote:
Is it theoretically possible to extend the webmail system to generate spam reports each day to subscribe accounts? Can this be done with PHP? |
|
|
Well I don't see any reason why you can't do that. We do allow the modification of web parts of the product.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
studioweb Newbie
Joined: 29 March 2010 Location: Netherlands
Online Status: Offline Posts: 4
|
Posted: 29 March 2010 at 4:31am | IP Logged
|
|
|
Dear Igor,
I think you misread my question about the anti-spam feature. I'm aiming at the Spam and Not Spam-buttons in the webmail. I understand that Spamassassin is working server-wide, but how do the webmail-buttons interact with Spamassassin? For example; our current users are able to mark messages as spam/not spam and this is also saved in the white/black list.
Igor wrote:
The message is used to learn the Bayesian filter. |
|
|
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 29 March 2010 at 4:40am | IP Logged
|
|
|
When you press "Spam" button, the message is moved to Spam folder, and after that a script is started which is used to train a Bayesian filter (in positive way). Likewise, when you press "Not Spam", message is moved to Inbox, and Bayesian filter obtains that message too for training (in negative / non-spam way).
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
studioweb Newbie
Joined: 29 March 2010 Location: Netherlands
Online Status: Offline Posts: 4
|
Posted: 29 March 2010 at 4:44am | IP Logged
|
|
|
OK, thanks!
|
Back to Top |
|
|