i hate procmail

From: christopher j bottaro (cjb_at_cs.utexas.edu)
Date: 09/25/03

  • Next message: Helgi Örn Helgason: "RH 9 wireless pcmcia"
    To: redhat-list@redhat.com
    Date: Thu, 25 Sep 2003 16:59:11 -0500
    
    

    well i guess i simply have to run procmail manually everytime i wanna check my email. i figured i just run it like this:
    procmail < mailbox
    assuming my mail spool is $HOME/mailbox. well that doesn't work, and furthermore, after i did that, and checked my mail via mutt, half my emails were duplicated.

    all i want to be able to do is be able to run procmail manually on my mail spool ($HOME/mailbox), move mail that has "test" in the subject to $HOME/Mail/testbox, and leave everything else in $HOME/mailbox. why am i have having such a hard time? =(

    [cjb@thor cjb]$ cat .procmailrc
    DEFAULT=$HOME/mailbox
    PMDIR=$HOME/.procmail
    MAILDIR=$HOME/Mail
    LOGFILE=$PMDIR/log
    INCLUDERC=$PMDIR/rc.testing
    LOG="
    "
    VERBOSE=yes

    [cjb@thor cjb]$ cat .procmail/rc.testing
    :0:
    * ^Subject:.*test
    testbox

    thanks again for the help...
    -- christopher

    -- 
    redhat-list mailing list
    unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    https://www.redhat.com/mailman/listinfo/redhat-list
    

  • Next message: Helgi Örn Helgason: "RH 9 wireless pcmcia"

    Relevant Pages

    • roots procmail doesnt seem to run
      ... I don't think that procmail or the way it is ... # cat PROCMAIL/rc.testing ... (m1DFMHT1002654 Message accepted for delivery) ...
      (comp.unix.bsd.freebsd.misc)
    • RE: procmail
      ... "Brian H" wrote: ... > cat .procmailrc ... here's an example with postfix + procmail (looks like you should remove ... To unsubscribe, ...
      (freebsd-questions)
    • Re: How to Forwarding all old emails to a new email address
      ... procmail, info procmail ... After creating some rule with procmail, the existing mbox can be ... cat something | formail -s procmail ... # See man formail, man procmailrc, man procmail, etc. ...
      (Debian-User)
    • Re: Simple Procmail Question
      ... > I view my e-mails using mutt directly from my mail spool and get my mail ... > via fetchmail. ... Is there a way I can use procmail to change the subject ...
      (Debian-User)
    • Re: i hate procmail
      ... Is there a reason you want to run procmail manually? ... is used to deliver the mail from the MTA to the mail spool ... > assuming my mail spool is $HOME/mailbox. ...
      (RedHat)