[This message bounced because the words "c h a n g e" and "a d d r e s s" were
on the same line.]
I currently have recipient_bcc.pcre:
if !/backup.*@/
/^([^+_]*).*@(.*)/ backup+${1}.${2}@localdomain.tld
endif
I would like to change
this to add a date field
to the backup address.
(I am planning on using date +%j or maybe +%G%m%d)
But I can't figure out how I could do this since I don't think there is anyway
to execute date +%j in a map.
Basically, if I can get the date I want into $3
/^([^+_]*).*@(.*)/ backup+${3).${1}.${2}@localdomain.tld
Also, if I wanted to put a specific list of domains in the match on the left,
is the bast way simply to list them inside the match, or to list each one on a
separate line?
--
Apple broke AppleScripting signatures in Mail.app, so no random signatures.