Re: received date and reconstruct

2003-11-20 Thread Rob Siemborski
On Thu, 20 Nov 2003, Cyrus Daboo wrote: > OK - so if spammers knew about this they could forge Date: so that it was > 20 years in the future and ipurge would never remove those messages from > the spam folder. I think ipurge needs to have an option to use internaldate > (from IMAP envelope) as an

Re: received date and reconstruct

2003-11-20 Thread Cyrus Daboo
Hi Ken, --On Thursday, November 20, 2003 10:19 -0500 Ken Murchison <[EMAIL PROTECTED]> wrote: |> based on specified criteria, including age. Hm. Not sure though |> how it determines age. | | It uses the sent date (Date: header). OK - so if spammers knew about this they could forge Date: so that

Re: received date and reconstruct

2003-11-20 Thread Earl R Shannon
Hello, Call it a case of not thinking outside the box I suppose. We have standalone machines that are our IMAP servers. Which means that anything they do is basically cyrus related. We also have the cron job send us a piece of email. We have a wrapper for our cron jobs that collects STDOUT and ST

Re: received date and reconstruct

2003-11-20 Thread Phil Chambers
On Thu, 20 Nov 2003 09:53:23 -0500 Earl R Shannon <[EMAIL PROTECTED]> wrote: > Hello, > > I'd suggest you investigate the ipurge command that comes with > cyrus. It can be run from a cron job and delete messages > based on specified criteria, including age. Hm. Not sure though > how it determine

Re: received date and reconstruct

2003-11-20 Thread Ken Murchison
Earl R Shannon wrote: Hello, I'd suggest you investigate the ipurge command that comes with cyrus. It can be run from a cron job and delete messages Why would you put it in crontab instead of an EVENT in cyrus.conf? Wouldn't it make more sense to keep all Cyrus-related processes in one spot? ba

Re: received date and reconstruct

2003-11-20 Thread Lars Peterson
Why not let cyrus do all the legwork for you and use ipurge? Put an event like this in your "cyrus.conf" file: purgespam cmd="/usr/local/bin/ipurge -f -d 7 user/*/spam-folder" period=1440 This would clean up any messages in each user's spam-folder that are older than 7 days. Check the ipur

Re: received date and reconstruct

2003-11-20 Thread Earl R Shannon
Hello, I'd suggest you investigate the ipurge command that comes with cyrus. It can be run from a cron job and delete messages based on specified criteria, including age. Hm. Not sure though how it determines age. Regards, Earl Shannon Andrew J Caird wrote: Strangely, I need to do something very s

Re: received date and reconstruct

2003-11-20 Thread Andrew J Caird
Strangely, I need to do something very similar. So if someone has the answer and was going to hold out because of lack of interest, that's no longer an excuse. :) Thanks a lot. -- Andrew On Thu, 20 Nov 2003, Phil Chambers wrote: > I was planning to have a script go through doing this every nigh

received date and reconstruct

2003-11-20 Thread Phil Chambers
We give users the option of diverting suspected spam into a spam-folder so that they can check for false positives. Unfortunately, some users don't bother cleaning this folder out on a regular basis. I was planning to have a script go through doing this every night. It would use the creation