On 3/4/2010 11:26 AM, Charles Marcus wrote:
Now the only other question remaining is whether or not it is advisable
to use a regex for the sender_bcc_maps to avoid the necessity of
maintaining an explicit map for all users...


Yes. Using a regexp with *_bcc_maps has been discussed in the past as a way to retain the original sender.
Off the top of my head, maybe something like:
if /@example\.com$/
/^...@.*$/ [email protected]
endif

Search the archives for more detailed discussions about mail archiving, and probably better examples.

  -- Noel Jones

Reply via email to