* horseriver <horseriv...@gmail.com> [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

=============================================================
MAILDIR="$HOME/mail"     ## your mail dir below /home/<user>

   :0:
   * ^TO_mutt/-users/@mutt/.org
   $MAILDIR/mutt-users
=============================================================



for maildir, note trailing "/" in the assigned location

=============================================================
MAILDIR="$HOME/mail"     ## your mail dir below /home/<user>
   
   :0:
   * ^TO_mutt/-users/@mutt/.org
   $MAILDIR/mutt-users/
=============================================================


reference:      man procmail
                man proxmailsc
                man procmailex
                man procmailrc
   
-- 
(paka)Patrick Shanahan       Plainfield, Indiana, USA      HOG # US1244711
http://wahoo.no-ip.org        Photo Album: http://wahoo.no-ip.org/gallery2
http://en.opensuse.org                           openSUSE Community Member
Registered Linux User #207535                    @ http://linuxcounter.net

Reply via email to