[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] procmail continue



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