procmail
[Top] [All Lists]

Problem with modification of the Email subject

2007-06-13 10:28:51
Hello

I am trying to modify subject line of incoming emails by inserting
special variables. However, all emails still have the original email
subject when they arrive, but the header of the email shows the subject
line as I want it to be.


Microsoft Mail Internet Headers Version 2.0
Content-Type: multipart/report; report-type=delivery-status;
        boundary="l57JUfC3025865.1181244680/server.domain.com"
Auto-Submitted: auto-generated (failure)
Subject: {My Text}  {Original Text}
Return-Path: my email


I use the following procmail recipe 


:0
 * ^From.*(MAILER-DAEMON|info@|mail[0-9].)
{
  :0 fwh
   | ${FORMAIL:-formail} -I"Subject: ${REASON} ${SUBJ_}"
  :0
  !my email
}



Does anybody have an idea why this happens? 


Thanks



____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>