Re: [Dovecot] sa learning from an imap spam folder

2008-01-31 Thread mouss
Evaggelos Balaskas wrote: Just because i am too boring to fix it correctly (move old spam to another location etc - etc), i have just done this: crontab -l 10 */1 * * * /bin/ls -1 /var/mail/folders/ebalaskas/.spam/cur | xargs /usr/local/bin/sa-learn --spam PS: sorry for being lazy but not la

Re: [Dovecot] sa learning from an imap spam folder

2008-01-31 Thread Evaggelos Balaskas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Just because i am too boring to fix it correctly (move old spam to another location etc - etc), i have just done this: crontab -l 10 */1 * * * /bin/ls -1 /var/mail/folders/ebalaskas/.spam/cur | xargs /usr/local/bin/sa-learn --spam PS: sorry for bein

Re: [Dovecot] sa learning from an imap spam folder

2008-01-29 Thread Bill Cole
At 3:21 PM +0300 1/29/08, Odhiambo Washington wrote: On Jan 29, 2008 2:36 PM, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote: Dear Frank, 2008/1/29, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > This is my approach, stored in /etc/cron.hourly. It's very new, so I'm > still testing > it. > Thank y

Re: [Dovecot] sa learning from an imap spam folder

2008-01-29 Thread Odhiambo Washington
On Jan 29, 2008 2:36 PM, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote: > Dear Frank, > > 2008/1/29, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > This is my approach, stored in /etc/cron.hourly. It's very new, so I'm > > still testing > > it. > > > Thank you very much! This was a real help. Just one iss

Re: [Dovecot] sa learning from an imap spam folder

2008-01-29 Thread Zbigniew Szalbot
Dear Frank, 2008/1/29, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > This is my approach, stored in /etc/cron.hourly. It's very new, so I'm > still testing > it. > Thank you very much! This was a real help. Just one issue. When I set it as a cron job, it said: sa-learn: not found I understand it is no

Re: [Dovecot] sa learning from an imap spam folder

2008-01-29 Thread mouss
[EMAIL PROTECTED] wrote: This is my approach, stored in /etc/cron.hourly. It's very new, so I'm still testing it. The goal is to learn HAM massages only if they are a day old, so that I can manually remove SPAM that slipped through. Mails tagged from Spamassassin are sorted automatically into

Re: [Dovecot] sa learning from an imap spam folder

2008-01-29 Thread frank.kintrup
This is my approach, stored in /etc/cron.hourly. It's very new, so I'm still testing it. The goal is to learn HAM massages only if they are a day old, so that I can manually remove SPAM that slipped through. Mails tagged from Spamassassin are sorted automatically into the "Junk.Spam" mailbox and

Re: [Dovecot] sa learning from an imap spam folder

2008-01-29 Thread Nikolay Shopik
On 29.01.2008 12:37, Zbigniew Szalbot wrote: Hello, I am sorry if I am writing to a wrong list because honestly I do not know where to write but I would like to be able to set up sa-learn via cron to learn from spam folder of a particular email account (via IMAP). Can anyone share how to do it?