Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
  #11 (permalink)  
Old 10-29-2007, 11:28 PM
phoenix phoenix is online now
Zimbra Employee
 
Join Date: Sep 2005
Location: Vannes, France
Posts: 7,372
phoenix is on a distinguished road
Default

Quote:
Originally Posted by charlesr View Post
We current have a system where a user drags their spam messages into 'Junk' and a cron job every hour reads the changed mail folders and updates the spam databases for each user.
Dragging mail to the Junk folder does NOT get it trained as spam by ZImbra, you need to hit the Junk button for it to perform the correct action of moving it to the Spam Training folder.


Quote:
Originally Posted by charlesr View Post
Has any one come up with a solution that would make this work?
The solution, at the moment, is to forward the spam email to the Spam Training account as an attachment.
__________________
Regards


Bill
Reply With Quote
  #12 (permalink)  
Old 10-30-2007, 08:36 AM
dwmtractor's Avatar
dwmtractor dwmtractor is offline
Moderator
 
Join Date: Jul 2007
Location: San Jose, CA
ZCS Version: Release 5.0.6_GA_2313.UBUNTU6 UBUNTU6 FOSS edition
Posts: 704
dwmtractor is on a distinguished road
Default

Go to bugzilla and add your votes to bug 9532. The more votes, the higher priority it'll get as a future enhancement.
Reply With Quote
  #13 (permalink)  
Old 10-30-2007, 08:53 AM
mmorse's Avatar
mmorse mmorse is offline
Zimbra Employee
 
Join Date: May 2006
Location: USA
ZCS Version: NE & OS - in the many flavors of 4.5 & 5.0
Posts: 4,240
mmorse is on a distinguished road
Send a message via AIM to mmorse Send a message via MSN to mmorse Send a message via Yahoo to mmorse Send a message via Skype™ to mmorse
Default

Seems he saw it yesterday:
Quote:
------- Additional Comment #21 From Charles Rumford 2007-10-29 20:11 PST -------
Is this something that was put into the newest version of Zimbra? Because it would be grand if this worked like this.
The answer is that it hasn't been planned for the initial 5.0 in PMweb, but with 58 votes you can be assured that it'll be looked at for the next round (it's assigned to someone as well). I'll bet it gets targeted for 5.5

Last edited by mmorse : 10-31-2007 at 05:33 PM.
Reply With Quote
  #14 (permalink)  
Old 05-10-2008, 01:09 PM
chuckm's Avatar
chuckm chuckm is offline
Junior Member
 
Join Date: Aug 2006
Location: Vancouver, BC, Canada
Posts: 7
chuckm is on a distinguished road
Default Follow-on Question

I have just upgraded one of the Zimbra servers here from 4.5.5 to the latest 5.0.5 release (on CentOS-5). It went smooth as silk, kept all the settings and extras that were important, and "just worked" when brought on-line. Nice!

One thing that hasn't been addressed as far as I can determine is the ability of zmtrainsa (and therefore zmspamextract) to cause a message to be marked as read after it reads it from a non-standard spam folder that each user has (we don't use the Junk folder).

Is there an option that can be passed to the Java code via zmspamextract that will cause it to mark a message as read? On the 4.x system I could tweak the fetchmail options to do this, but the 5.x system doesn't use fetchmail any more.

Any handy workaround suggestions would be most welcome.
__________________
{Lead me not into temptation ... I can find it myself, thank you}
Reply With Quote
  #15 (permalink)  
Old 05-12-2008, 08:00 AM
dwmtractor's Avatar
dwmtractor dwmtractor is offline
Moderator
 
Join Date: Jul 2007
Location: San Jose, CA
ZCS Version: Release 5.0.6_GA_2313.UBUNTU6 UBUNTU6 FOSS edition
Posts: 704
dwmtractor is on a distinguished road
Default

Quote:
Originally Posted by chuckm View Post
but the 5.x system doesn't use fetchmail any more.
Not for the default method of adding external accounts, but there's no reason you can't use fetchmail if you prefer. I had it set up for pulling a lot of mail from external accounts onto various Zimbra accounts and I was too lazy to change it all. It's still working fine.

Practically speaking, I don't think 4.x used fetchmail either, but you had then, and still have, the option of using fetchmail WITH either 4.x or 5.x Zimbra.
__________________
Cheers,

Dan
Reply With Quote
  #16 (permalink)  
Old 05-12-2008, 08:49 AM
chuckm's Avatar
chuckm chuckm is offline
Junior Member
 
Join Date: Aug 2006
Location: Vancouver, BC, Canada
Posts: 7
chuckm is on a distinguished road
Default

Hmmmm ... interesting.

I found somewhere in another thread that at 5.x the code was changed to not use fetchmail but to use zmspamextract instead. That was when it changed to being able to reach into any account without requiring the user's password as a parameter to zmtrainsa. AFAIK 4.0.x used fetchmail by default, which required the password parameter.

I suppose I could replace the 5.x version of zmtrainsa itself with the older version, but I'd rather not revert to passing in passwords or bump into an incompatibility somewhere.
__________________
{Lead me not into temptation ... I can find it myself, thank you}
Reply With Quote
  #17 (permalink)  
Old 05-12-2008, 09:13 AM
dwmtractor's Avatar
dwmtractor dwmtractor is offline
Moderator
 
Join Date: Jul 2007
Location: San Jose, CA
ZCS Version: Release 5.0.6_GA_2313.UBUNTU6 UBUNTU6 FOSS edition
Posts: 704
dwmtractor is on a distinguished road
Default

Quote:
Originally Posted by chuckm View Post
Hmmmm ... interesting.

I found somewhere in another thread that at 5.x the code was changed to not use fetchmail but to use zmspamextract instead. That was when it changed to being able to reach into any account without requiring the user's password as a parameter to zmtrainsa. AFAIK 4.0.x used fetchmail by default, which required the password parameter.

I suppose I could replace the 5.x version of zmtrainsa itself with the older version, but I'd rather not revert to passing in passwords or bump into an incompatibility somewhere.
I'm not sure what you mean here. I used zmtrainsa at the command line in Zimbra 4.5.7 long before 5.x came out, and I certainly didn't need the user's password to do it. Did you go straight from 4.0.x to 5.0.x? Because the whole 4.5 series already had this capability.

The point I'm making is that fetchmail is still useable. If zmtrainsa used fetchmail or not is not something I knew and/or can comment on.
__________________
Cheers,

Dan
Reply With Quote
  #18 (permalink)  
Old 05-12-2008, 09:58 AM
chuckm's Avatar
chuckm chuckm is offline
Junior Member
 
Join Date: Aug 2006
Location: Vancouver, BC, Canada
Posts: 7
chuckm is on a distinguished road
Default

Quote:
Originally Posted by dwmtractor View Post
....... Did you go straight from 4.0.x to 5.0.x? Because the whole 4.5 series already had this capability.
I think that may be the answer. I went straight from 4.0.x to 5.0.x on this particular server, and from 4.0.x to 4.5.7 on another. I first noticed the switch away from requiring passwords at 4.5.7, but didn't dig into it because of time constraints. I looked at the 4.5.7 system just now and it does indeed use zmspamextract instead of fetchmail. That change explains why passwords are not needed at that revision, since it's only fetchmail that requires them.

Now, if there were only a way to get the new zmspamextract training process to mark the messages as 'read'.
__________________
{Lead me not into temptation ... I can find it myself, thank you}

Last edited by chuckm : 05-12-2008 at 10:10 AM.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

LinkBacks (?)
LinkBack to this Thread: http://www.zimbra.com/forums/administrators/3904-spam-ham-training-under-outlook-thunderbird-etc.html
Posted By For Type Date
Bug 9532 - IMAP/Outlook move to junk doesn't train anti-spam This thread Refback 11-09-2007 08:02 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Spam Training Krishopper Administrators 4 07-17-2007 09:07 PM
Spam training and Junk folder behavior flyerguybham Administrators 9 02-14-2007 11:09 AM
Training spam and ham Justin Developers 2 10-31-2006 02:39 PM
Zimbra Training! czaveri Migration 5 09-29-2006 12:30 AM
Spam training has no cron job richard-hdd Administrators 3 09-13-2006 11:50 AM


freshmeat.net sourceforge.net The best Java IDE



 

Search Engine Optimization by vBSEO 3.0.0