Re: .procmailrc configurations

2013-01-25 Thread s. keeling
Incoming from Patrick Shanahan: > * horseriver [01-25-13 08:50]: > > > > To make procmail wok fine . is a .forward file in my home dir a > > must ? > > man procmail Even better: http://www.procmail.org/era/lists.html If we discussed everything that works with mutt on the mutt-users list, a

Re: .procmailrc configurations

2013-01-25 Thread Patrick Shanahan
* horseriver [01-25-13 08:50]: > On Sat, Jan 26, 2013 at 02:18:37AM +1300, Chris Bannister wrote: [...] > > AFAIR, maildir doesn't need "locking" whereas mbox does, so compare: > > :0: > > > > to > > > > :0 > > > > i.e. no trailing semicolon. > > > Thanks! > To make procmail wok fine .

Re: .procmailrc configurations

2013-01-25 Thread horseriver
On Sat, Jan 26, 2013 at 02:18:37AM +1300, Chris Bannister wrote: > On Wed, Jan 23, 2013 at 12:29:47PM -0500, Patrick Shanahan wrote: > > for mdir > > > > = > > MAILDIR="$HOME/mail" ## your mail dir below /home/ > > > >:0: > >

Re: .procmailrc configurations

2013-01-25 Thread Chris Bannister
On Wed, Jan 23, 2013 at 12:29:47PM -0500, Patrick Shanahan wrote: > for mdir > > = > MAILDIR="$HOME/mail" ## your mail dir below /home/ > >:0: >* ^TO_mutt/-users/@mutt/.org >$MAILDIR/mutt-users > =

Re: .procmailrc configurations

2013-01-24 Thread Patrick Shanahan
* Patrick Shanahan [01-24-13 23:36]: > * horseriver [01-24-13 23:25]: > > Thanks! > > > >There is no log file generated in the $PMDIR/. > > > > Here is my .procmailrc: > > > > VERBOSE=yes > > # Upon debugging remove the # > > LOGABSTRACT=all > > MAILDIR=$HOME/Mail > > PMDIR=$H

Re: .procmailrc configurations

2013-01-24 Thread Patrick Shanahan
* horseriver [01-24-13 23:25]: > Thanks! > >There is no log file generated in the $PMDIR/. > > Here is my .procmailrc: > > VERBOSE=yes > # Upon debugging remove the # > LOGABSTRACT=all > MAILDIR=$HOME/Mail > PMDIR=$HOME/procmail #procmail home dir > LOGFILE=$PMDIR/log > INC

Re: .procmailrc configurations

2013-01-24 Thread horseriver
Thanks! There is no log file generated in the $PMDIR/. Here is my .procmailrc: VERBOSE=yes # Upon debugging remove the # LOGABSTRACT=all MAILDIR=$HOME/Mail PMDIR=$HOME/procmail #procmail home dir LOGFILE=$PMDIR/log INCLUDERC=$PMDIR/test.rc INCLUDERC=$PMDIR/lists.rc what

Re: .procmailrc configurations

2013-01-24 Thread s. keeling
Incoming from Robert Holtzman: > On Thu, Jan 24, 2013 at 08:23:02AM +0800, horseriver wrote: > > > > Here is my config: > > > > :0 > > * ^TO_: mutt-users@mutt.org > >$MAILDIR/mutt > > > > can it works ? > > Did you try it? If not, why? You're not doing your homework. Specifica

Re: .procmailrc configurations

2013-01-24 Thread Patrick Shanahan
* Robert Holtzman [01-24-13 13:27]: > On Thu, Jan 24, 2013 at 08:23:02AM +0800, horseriver wrote: > > snip. > > > > OK! > > Here is my config: > > > > :0 > > * ^TO_: mutt-users@mutt.org > >$MAILDIR/mutt > > > > can it works ? > > Did you try it? If

Re: .procmailrc configurations

2013-01-24 Thread Robert Holtzman
On Thu, Jan 24, 2013 at 08:23:02AM +0800, horseriver wrote: snip. > > OK! > Here is my config: > > :0 > * ^TO_: mutt-users@mutt.org >$MAILDIR/mutt > > can it works ? Did you try it? If not, why? You're not doing your homework. -- Bob Holtzman If yo

Re: .procmailrc configurations

2013-01-24 Thread Patrick Shanahan
* s. keeling [01-24-13 12:06]: > Incoming from Patrick Shanahan: > > mbox stores multiple emails in a single file while maildir separates > > each email into separate files. There are advantages and > > dis-advantages to each format. Personally, I use mbox but have a > > great number of locally

Re: .procmailrc configurations

2013-01-24 Thread Robert Holtzman
On Thu, Jan 24, 2013 at 12:18:21AM -0700, s. keeling wrote: > Incoming from horseriver: > > On Wed, Jan 23, 2013 at 01:46:54PM -0700, Robert Holtzman wrote: snip > > > Read this: > > > > > > http://www.ii.com/internet/robots/procmail/qs/ > > > > > > Is your mutt

Re: .procmailrc configurations

2013-01-24 Thread s. keeling
Incoming from Patrick Shanahan: > * horseriver [01-24-13 09:57]: > > > > But I really do not know what is mdir and maildir , what is the > > difference between them ? That was confusing me too. Fneh. :-| You really should do this, btw. Good advice. It's all good reading: > > > referenc

Re: .procmailrc configurations

2013-01-24 Thread Patrick Shanahan
* horseriver [01-24-13 09:57]: > On Thu, Jan 24, 2013 at 08:38:08AM -0500, Patrick Shanahan wrote: > > * horseriver [01-24-13 05:07]: > > > > > > OK! > > > Here is my config: > > > > > > :0 > > > * ^TO_: mutt-users@mutt.org > > >$MAILDIR/mutt > > > > > > can it works ? > >

Re: .procmailrc configurations

2013-01-24 Thread horseriver
On Thu, Jan 24, 2013 at 08:38:08AM -0500, Patrick Shanahan wrote: > * horseriver [01-24-13 05:07]: > > > > OK! > > Here is my config: > > > > :0 > > * ^TO_: mutt-users@mutt.org > >$MAILDIR/mutt > > > > can it works ? > > it would be better: > > > for mdir > >

Re: .procmailrc configurations

2013-01-24 Thread Patrick Shanahan
* horseriver [01-24-13 05:07]: > > OK! > Here is my config: > > :0 > * ^TO_: mutt-users@mutt.org >$MAILDIR/mutt > > can it works ? it would be better: for mdir = MAILDIR="$HOME/mail" ## your mail dir below /h

Re: .procmailrc configurations

2013-01-24 Thread horseriver
On Thu, Jan 24, 2013 at 12:18:21AM -0700, s. keeling wrote: > Incoming from horseriver: > > On Wed, Jan 23, 2013 at 01:46:54PM -0700, Robert Holtzman wrote: > > > On Wed, Jan 23, 2013 at 10:58:37AM +0800, horseriver wrote: > > > > > > > >How to edit my .procmailrc to put mails from different m

Re: .procmailrc configurations

2013-01-23 Thread s. keeling
Incoming from horseriver: > On Wed, Jan 23, 2013 at 01:46:54PM -0700, Robert Holtzman wrote: > > On Wed, Jan 23, 2013 at 10:58:37AM +0800, horseriver wrote: > > > > > >How to edit my .procmailrc to put mails from different mail > > >list into different maildir? > > > > > >can this wor

Re: .procmailrc configurations

2013-01-23 Thread horseriver
On Wed, Jan 23, 2013 at 01:46:54PM -0700, Robert Holtzman wrote: > On Wed, Jan 23, 2013 at 10:58:37AM +0800, horseriver wrote: > > hi: > > > >How to edit my .procmailrc to put mails from different mail list into > > different maildir? > > > >can this work : > >:0 > >* ^to: mutt

Re: .procmailrc configurations

2013-01-23 Thread Robert Holtzman
On Wed, Jan 23, 2013 at 10:17:45AM -0700, s. keeling wrote: > Incoming from horseriver: > > > >How to edit my .procmailrc to put mails from different mail list > >into different maildir? > > > >can this work : > >:0 > >* ^to: mutt-users@mutt.org > >mutt-users@mutt.org >

Re: .procmailrc configurations

2013-01-23 Thread Robert Holtzman
On Wed, Jan 23, 2013 at 10:58:37AM +0800, horseriver wrote: > hi: > >How to edit my .procmailrc to put mails from different mail list into > different maildir? > >can this work : >:0 >* ^to: mutt-users@mutt.org >mutt-users@mutt.org Read this: http://www.ii.com/internet/ro

Re: .procmailrc configurations

2013-01-23 Thread Brandon Sandrowicz
On Wed, Jan 23, 2013 at 10:58:37AM +0800, horseriver wrote: > hi: > >How to edit my .procmailrc to put mails from different mail list into > different maildir? > >can this work : >:0 >* ^to: mutt-users@mutt.org >mutt-users@mutt.org > > thanks This is a configuration that I u

Re: .procmailrc configurations

2013-01-23 Thread Patrick Shanahan
* horseriver [01-01-70 12:34]: > >How to edit my .procmailrc to put mails from different mail list >into different maildir? > >can this work : >:0 >* ^to: mutt-users@mutt.org >mutt-users@mutt.org it would be better: for mdir =

Re: .procmailrc configurations

2013-01-23 Thread s. keeling
Incoming from horseriver: > >How to edit my .procmailrc to put mails from different mail list >into different maildir? > >can this work : >:0 >* ^to: mutt-users@mutt.org >mutt-users@mutt.org .^^^ That should be a file (mbox) or folder (maildir). Oth

Re: .procmailrc configurations

2013-01-23 Thread Stefan Wimmer
* horseriver [2013-01-23 13:42]: hi: How to edit my .procmailrc to put mails from different mail list into different maildir? can this work : :0 * ^to: mutt-users@mutt.org mutt-users@mutt.org thanks I use a more generic approach for this since years: # 'Simple' mailing-lists :0