Kenny,
JDBCVirtualUserTable does not have that functionality at this time. I think
it is mentioned in the comments as a future TODO, along with some other
features from sendMail's virtual user table.
Try:
<mailet match="[EMAIL PROTECTED]" class="Redirect">
<recipients>[EMAIL PROTECTED],[EMAIL PROTECTED]</recipients>
<prefix xml:space="preserve">[SUPPORT] </prefix>
<inline>unaltered</inline>
<static>true</static>
</mailet>
And see how that floats your boat.
Informationally, my current plan for JDBCVirtualUserTable is to subclass the
Redirect mailet, and pick up all of its cool features/options. It will
entail a table change (and some further enhancement/optimization to
Redirect), but it will be worth it. I will most likely make those changes
sometime between Thanksgiving and New Year's.
--- Noel
--
To unsubscribe, e-mail: <mailto:james-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:james-user-help@;jakarta.apache.org>