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
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
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
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
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
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
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
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
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