I've been tasked to copy or BCC all emails from a particular sender. So basicially, I need to examine the incoming email...and if the sender matches "whoever@whatever.com", then i deliver the email to the specified recipient...but i *also* BCC the email to an admin.
i know i can use something like perl's Mail::Audit to filter all emails, but i was hoping to try an alternate method. any suggestions?
i know i can use something like perl's Mail::Audit to filter all emails, but i was hoping to try an alternate method. any suggestions?