On 01/05/07, Feris Thia wrote:
Hi All, I have a global (catch-all) account at my ISP. In my Linux box I need to download all the emails from the account and want to delivered it to local user's inbox. I've just learned about .forward and .procmailrc and have no problem with Regular Expression. How do I match an email's address pattern (username@xxxxxxx) from RECEIVED field in mail's header and then resend it ?
Isn't "man procmailex" enough together with "man procmailrc"? Since the Received headers don't always contain an email address, I don't give a ready-to-use example.