procmail receipe configuration help needed
|
Author |
Message |
|
|
Posted : Fri, 08 May 2009 12:59:14
Subject :
procmail receipe configuration help needed
PATH=$HOME/bin:/usr/local/bin:/usr/bin:/bin
SHELL=/bin/sh
#MAILDIR=$HOME/Maildir/
#DEFAULT=$MAILDIR
LOGFILE=$HOME/.procmailrc.log
yearmonth=`date +%Y%m`
:0
* ^FROM.*siva@legalexperts4u.com
:0fh
|formail -X "From:" >> /home/siva/ss
This is my .procmailrc file . i configured to seprate the headers " from" information of incoming
email msg .to a particular user.... and append it to /home/siva/ss . it works but the msg send to the user is not delivered to his inbox ... i could not sort out the problem . if i comment the formail receipe ,the msg is delivered to inbox in thunderbird. plz check the receipe configuration and provide a solution ASAP..............
|
|
|
|
dsk
|
Posted : Fri, 08 May 2009 13:00:09
Subject :
Re: procmail receipe configuration help needed
[quote=dsk]PATH=$HOME/bin:/usr/local/bin:/usr/bin:/bin
SHELL=/bin/sh
#MAILDIR=$HOME/Maildir/
#DEFAULT=$MAILDIR
LOGFILE=$HOME/.procmailrc.log
yearmonth=`date +%Y%m`
:0
* ^FROM.*siva@legalexperts4u.com
:0fh
|formail -X "From:" >> /home/siva/ss
This is my .procmailrc file . i configured to seprate the headers " from" information of incoming
email msg .to a particular user.... and append it to /home/siva/ss . it works but the msg send to the user is not delivered to his inbox ... i could not sort out the problem . if i comment the formail receipe ,the msg is delivered to inbox in thunderbird. plz check the receipe configuration and provide a solution ASAP..............[/quote]
|
|
Reed
|
Posted : Fri, 08 May 2009 14:18:33
Subject :
procmail receipe configuration help needed
You may have noticed formatting doesn't work here. This forum is mostly dead until the Linux Foundation decides what they are doing with it. Try posting at www.linuxforums.org
|