Re: SQUATTER script and non English folders

2005-10-29 Thread info-cyrus
-- David Carter said the following on 10/28/05 4:11 AM: On Thu, 27 Oct 2005, [EMAIL PROTECTED] wrote: Since you've looked at the code, what about: squatter -r 'user.a*' That will look for mailboxes matching user.a*.* which would match "user.abc123.foo2 but not "user.abc123". The code just

RE: SQUATTER script and non English folders

2005-10-28 Thread David Carter
On Fri, 28 Oct 2005, [EMAIL PROTECTED] wrote: Interesting, when I use webinterface (IMP or Squirremail) after I've finished to run squatter I got this message: imap[15835]: SQUAT returned 45 messages But after a while, when I got new messages in this account, I've got this message: imap[16924

Re: SQUATTER script and non English folders

2005-10-28 Thread David Carter
On Thu, 27 Oct 2005, [EMAIL PROTECTED] wrote: Since you've looked at the code, what about: squatter -r 'user.a*' That will look for mailboxes matching user.a*.* which would match "user.abc123.foo2 but not "user.abc123". The code just adds ".*" to the end of any string that you give it, henc

RE: SQUATTER script and non English folders

2005-10-27 Thread lkolchin
ot; on regular basis? Best Regards, Leon Kolchinsky -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, October 27, 2005 7:17 PM To: info-cyrus@lists.andrew.cmu.edu Subject: Re: SQUATTER script and non English folders -- David

Re: SQUATTER script and non English folders

2005-10-27 Thread info-cyrus
-- David Carter said the following on 10/27/05 8:53 AM: On Thu, 27 Oct 2005, [EMAIL PROTECTED] wrote: 1) I'm running the following script as a cronjob every night: #!/bin/bash su - cyrus -c "/usr/lib/cyrus/bin/squatter -r user/*" But, it creates cyrus.squat file only in subfolders of the users

Re: SQUATTER script and non English folders

2005-10-27 Thread Ken Murchison
en command at 3am every day. -Original Message- From: Ken Murchison [mailto:[EMAIL PROTECTED] Sent: Thursday, October 27, 2005 4:07 PM To: לאון קולצ'ינסקי Cc: info-cyrus@lists.andrew.cmu.edu Subject: Re: SQUATTER script and non English folders [EMAIL PROTECTED] wrote: Hello

RE: SQUATTER script and non English folders

2005-10-27 Thread lkolchin
07 PM To: לאון קולצ'ינסקי Cc: info-cyrus@lists.andrew.cmu.edu Subject: Re: SQUATTER script and non English folders [EMAIL PROTECTED] wrote: > Hello All, > > I have 2 questions: > > 1) I'm running the following script as a cronjob every night: > #!/bin/bash > su - c

RE: SQUATTER script and non English folders

2005-10-27 Thread lkolchin
yrus@lists.andrew.cmu.edu Subject: Re: SQUATTER script and non English folders [EMAIL PROTECTED] wrote: > OK, Thanks > > Could you tell me please how to run SQUATTER as an EVENT from cyrus.conf? > How the configuration should look like? Add something like the following to the EVENT

Re: SQUATTER script and non English folders

2005-10-27 Thread Ken Murchison
[EMAIL PROTECTED] wrote: Hello All, I have 2 questions: 1) I'm running the following script as a cronjob every night: #!/bin/bash su - cyrus -c "/usr/lib/cyrus/bin/squatter -r user/*" Why not run this from cyrus.conf as an EVENT? There is no good reason that I can think of to not keep al

Re: SQUATTER script and non English folders

2005-10-27 Thread David Carter
On Thu, 27 Oct 2005, [EMAIL PROTECTED] wrote: 1) I'm running the following script as a cronjob every night: #!/bin/bash su - cyrus -c "/usr/lib/cyrus/bin/squatter -r user/*" But, it creates cyrus.squat file only in subfolders of the users INBOX, i.e. /var/spool/imap/user/username/ doesn't incl