[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] procmail continue
- Subject: [cobalt-users] procmail continue
- From: dadan <dadan@xxxxxxxxxxxxxxxx>
- Date: Fri Feb 9 07:19:35 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
recently i could deliver my email to mysql but i still have trouble to
get header from email with procmail syntax to get TO: header from email,
can anyone help how to get header TO with procmail and how to put in the
variabel
my procmail is like this
* $RECIP ?? ^^.*@$DOMAIN <<<--- this is iam trying get TO from email, am
i wrong, can someone fix it
{
:0 fwhc
| formail -I "X-P3Mail-To: $RECIP"
:0W
| /home/mail/www/cgi-bin/p3mail.pl
}
thank you