Re: [OT] procmail rule

2002-04-18 Thread Rob 'Feztaa' Park
--c3bfwLpm8qysLVxt Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Alas! Mads Martin J=F8rgensen spake thus: > > sorry for the off-topic but I would like to add a rules to my procmailrc > > to create archive by month; ie mutt-u

Re: [OT] procmail rule

2002-04-18 Thread darren chamberlain
* Benjamin Michotte <[EMAIL PROTECTED]> [2002-04-18 15:55]: > sorry for the off-topic but I would like to add a rules to my procmailrc > to create archive by month; ie mutt-users.april.2002 :0 * ^[EMAIL PROTECTED] mutt-users.`date +"%B.%Y" | tr 'A-Z' 'a-z'` The tr will do lower casing, as well.

Re: [OT] procmail rule

2002-04-18 Thread Mads Martin Jørgensen
* Benjamin Michotte <[EMAIL PROTECTED]> [Apr 18. 2002 21:56]: > hello, > > sorry for the off-topic but I would like to add a rules to my procmailrc > to create archive by month; ie mutt-users.april.2002 > > Any Idea ? man 8 cron man 5 crontab man crontab -- Mads Martin Jørgensen, http://mmj.d

[OT] procmail rule

2002-04-18 Thread Benjamin Michotte
hello, sorry for the off-topic but I would like to add a rules to my procmailrc to create archive by month; ie mutt-users.april.2002 Any Idea ? yours, binny -- ... et si nous sommes tous embarqués sur la même planète, nous ne sommes décidement pas du même monde. -- Bertrand Cantat °v°

Re: OT Procmail rule not working.

2001-10-25 Thread Andrew Brown
>I have a procmail rule to move list mail to a folder. But it's not >working correctly according to my procmail logs. Here's the procmail >script: > >PATH=/public/bin:/local/bin:/usr/bin:/bin > >SHELL=/public/bin/tcsh > >VERBOSE=on >LOGABSTRACT=all >MAILDIR=$HOME/Mail > >PMDIR=$HOME/Procmail > >LO

Re: OT Procmail rule not working.

2001-10-25 Thread Carl B . Constantine
* John P. Verel ([EMAIL PROTECTED]) wrote: > Questions: > > Does your $HOME/Mail directory exist? > What's the PMDIR and INCLUDERC environmental variables for? I'm running > procmail-3.21-0.71, and have either of them. They are based on the Procmail Quickstart page: http://www.ii.com/internet/

Re: OT Procmail rule not working.

2001-10-25 Thread Matthew D. Fuller
On Wed, Oct 24, 2001 at 07:13:57PM -0700 I heard the voice of Will Yardley, and lo! it spake thus: > > i use: > > #mutt > :0 > * ^Return-Path:.*mutt-users-owner.*@mutt\.org > lists:mutt/ FWIW, I'd venture you'd be better off using the Sender: header. I moved over to maildrop for filtering a whi

Re: OT Procmail rule not working.

2001-10-24 Thread Will Yardley
John P. Verel wrote: > Here's my procmail recipe to filter mutt mailing list mail: > > :0 > * ^TO_mutt > Mutt > > That's all it takes. It ends up in a mailbox called Mutt. might be better to use a different header since the TO expression is a special case and has to match To, Cc, etc also

Re: OT Procmail rule not working.

2001-10-24 Thread John P. Verel
Here's my procmail recipe to filter mutt mailing list mail: :0 * ^TO_mutt Mutt That's all it takes. It ends up in a mailbox called Mutt. Questions: Does your $HOME/Mail directory exist? What's the PMDIR and INCLUDERC environmental variables for? I'm running procmail-3.21-0.71, and have eithe

OT Procmail rule not working.

2001-10-24 Thread Carl B . Constantine
I have a procmail rule to move list mail to a folder. But it's not working correctly according to my procmail logs. Here's the procmail script: PATH=/public/bin:/local/bin:/usr/bin:/bin SHELL=/public/bin/tcsh VERBOSE=on LOGABSTRACT=all MAILDIR=$HOME/Mail PMDIR=$HOME/Procmail LOGFILE=$PMDIR/l