|
Author |
Message |
|
|
Posted May 08, 2009 at 12:59:14 PM
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..............
|
|
Back to top
|
|
dsk
Joined Apr 24, 2009 Posts: 3
Other Topics
|
Posted:
May 08, 2009 1:00:09 PM
[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]
|
|
Back to top
|
|
Reed
Joined Feb 07, 2008 Posts: 758
Other Topics
|
Posted:
May 08, 2009 2:18:33 PM
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
|
|
Back to top
|
|