<div dir="ltr">Hi All,<div><br></div><div>Im trying to dig up some ancient procmail knowledge and I cant seem to find it.  All I want to do is take a email look at the subject line extract out a variable and use that variable to send the email to an file based on that name to be processed later;</div><div>Example:</div><div><br></div><div>recipe:</div><div><div>LOGFILE=$HOME/.procmailrc.log</div><div>MAILDIR=$HOME/Mail</div><div>VERBOSE=yes</div><div>PATH=/usr/bin</div><div><br></div><div>:0:</div><div>* ^FROM <a href="mailto:bipublisher-notification@oracle.com">bipublisher-notification@oracle.com</a></div><div>{</div><div>EGR = `formail -xSubject: | /bin/sed -e 's/([A-Z]{2,3}\d{2}|PROD)//g'`</div><div>/tmp/bi_pub_"$EGR"</div><div>}</div><div>:0</div><div>* ^FROM <a href="mailto:bipublisher-report@oracle.com">bipublisher-report@oracle.com</a></div><div>/dev/null</div></div><div><br></div><div><br></div><div>the string in the subject line:</div><div><br></div><div>Oracle BI Publisher Notification: [DEV01]: Job was successfully  processed.<br></div><div><br></div><div>so sed looks for 2 or 3 capital letters 2 numbers or the word PROD. and Im trying to write out to /tmp/bi_pub_DEV01 or whatever the value from the EGR variable.</div><div><br></div><div>Any guidance would be helpful.  The online resources seem a little obtuse.</div><div><br></div><div>Sean</div><div><br></div><div><br></div></div>