Could someone point me the right direction... I'm attempting to send an autoreply on a catchall. We receive message from sender (From: [email protected]) to our catchall (Actual mainbox) account (To: [email protected]), then the autoreply will send a message back to send and the headers look as follows:
From: [email protected] To: [email protected] What I would like to change is the "From" address to be "[email protected]" instead of "[email protected]" if possible. If not possible, can I pass "orig_to" variables to a message from a perl auto reply? The message body would have: Originally sent to [email protected] Any information would be greatly appreciated.
