Re: [Dbmail] Re: Spamassassin sa learn (Thomas Mueller)

2005-09-14 Thread Christian Haugg
Paul J Stevens schrieb: > I prefer fetchmailrc syntax: > > poll localhost with protocol imap > user spamadmin mda "/usr/bin/sa-learn --spam --single" > password secretpassword; > folder "#Public/Spam" > keep This Syntax works properly on my System, but how can i check that the mail is re

RE: [Dbmail] Re: Spamassassin sa learn (Paul J Stevens)

2005-09-14 Thread Nathan Zabaldo
Paul J Stevens wrote: >-- first make sure the fetchmailrc file is not world readable. >adduser fetchmail >chown fetchmail /etc/fetchmailrc >chmod 600 /etc/fetchmailrc >-- the debian way of running in debug mode: >su -c "/usr/bin/fetchmail --nosyslog --nodetach -v -v -f >/etc/fetchmailrc" fetchm

Re: [Dbmail] Re: Spamassassin sa learn (Paul J Stevens)

2005-09-14 Thread Paul J Stevens
-- first make sure the fetchmailrc file is not world readable. adduser fetchmail chown fetchmail /etc/fetchmailrc chmod 600 /etc/fetchmailrc -- the debian way of running in debug mode: su -c "/usr/sbin/fetchmail --nosyslog --nodetach -v -v -f /etc/fetchmailrc" fetchmail <&- 2>&1 Nathan Zaba

RE: [Dbmail] Re: Spamassassin sa learn (Paul J Stevens)

2005-09-13 Thread Nathan Zabaldo
Paul J Stevens wrote: >try: man fetchmailrc Okay, I read through it this time. I understand what a fetchmailrc file is now and how to construct it. >Indeed. Quite idiotic. Yes, extremely idiotic after reading the man. >try putting this into a separate file like /etc/fetchmailrc My file is co

Re: [Dbmail] Re: Spamassassin sa learn (Thomas Mueller)

2005-09-13 Thread Paul J Stevens
Nathan Zabaldo wrote: > Paul J Stevens wrote: > > >>That is not correct. It should look like '#Public/Spam'. But it may well be >>sm's namespace handling is broken. > > >>I prefer fetchmailrc syntax: > > >>poll localhost with protocol imap >> user spamadmin mda "/usr/bin/sa-learn --spam --s

RE: [Dbmail] Re: Spamassassin sa learn (Thomas Mueller)

2005-09-13 Thread Nathan Zabaldo
Paul J Stevens wrote: >That is not correct. It should look like '#Public/Spam'. But it may well be >sm's namespace handling is broken. >I prefer fetchmailrc syntax: >poll localhost with protocol imap > user spamadmin mda "/usr/bin/sa-learn --spam --single" > password secretpassword; > folder

Re: [Dbmail] Re: Spamassassin sa learn (Thomas Mueller)

2005-09-13 Thread Steven Lynn
Thank you for the tweaks and configs! It all saved me a lot of time and troubleshooting. Only thing I did find was I had to do '\#Public/SPAM'. I also noticed that it was case sensitive. fetchmail 6.2.5-7 on Fedora 4. -- Steven Lynn [EMAIL PROTECTED] On Mon, 2005-09-12 at 22:03 +0200, P

Re: [Dbmail] Re: Spamassassin sa learn (Thomas Mueller)

2005-09-12 Thread Paul J Stevens
Nathan Zabaldo wrote: > Paul J Stevens wrote: > > >>Sure: shared public folders. > > >>http://www.dbmail.org/dokuwiki/doku.php?id=shared-mbox > > >>Setup the acl so anyone can write to these boxes, but only a single >>dedicated user can read/update them. Use this dedicated user in your >>fetc

RE: [Dbmail] Re: Spamassassin sa learn (Thomas Mueller)

2005-09-12 Thread Nathan Zabaldo
Paul J Stevens wrote: >Sure: shared public folders. >http://www.dbmail.org/dokuwiki/doku.php?id=shared-mbox >Setup the acl so anyone can write to these boxes, but only a single >dedicated user can read/update them. Use this dedicated user in your >fetchmailrc to read the mailboxes and dump them

Re: [Dbmail] Re: Spamassassin sa learn (Thomas Mueller)

2005-09-12 Thread Paul J Stevens
Nathan Zabaldo wrote: > Thomas Mueller wrote: > > >>This can easily be done with a cron job: >>http://wiki.apache.org/spamassassin/RemoteImapFolder > > > I'm pretty sure I understand how fetchmail can help here with automation, > but I need a little clarification. > > Do I still need to ex

[Dbmail] Re: Spamassassin sa learn (Thomas Mueller)

2005-09-11 Thread Nathan Zabaldo
Thomas Mueller wrote: >This can easily be done with a cron job: >http://wiki.apache.org/spamassassin/RemoteImapFolder I'm pretty sure I understand how fetchmail can help here with automation, but I need a little clarification. Do I still need to export emails from dbmail into an Mbox format in

[Dbmail] Re: Spamassassin sa learn

2005-09-11 Thread Thomas Mueller
Hi, >> My question is regarding how I can spamassassin 3.03 to sa-learn spam >> messages. Obviously I can’t point it to the database to the offending >> spam, but how do I get a message out of the database in it’s exact >> format that it was received and have sa learn it is spam? > > I'm sure th