I backported some of the code I was working on in the merger.  It was easy
to put it into v2 where I could test it.

Seems to be working nicely in my initial tests.  The RemoteDelivery change
might be clearest if you compare the current code with revision 1.33.4.14.

Please review.

In the morning, I hope to test and commit an update that permits:

  <mailet match="All" class="XMLVirtualUserTable">
     <!-- 1:1 mapping --|>
     <mapping>[EMAIL PROTECTED]@mordor</mapping>
     <!-- 1:n mapping --|>

<mapping>[EMAIL PROTECTED]@isengard;radigast;gandalf</mapping>
     <!-- DSN mapping --|>
     <mapping>[EMAIL PROTECTED]:550 Requested action not taken: no
such user here</mapping>
     <!-- regex based mapping --|>
     <mapping>[EMAIL PROTECTED]:(.*)@osgilliath:[EMAIL PROTECTED]</mapping>
     <!-- both standard and regex mapping --|>
     <mapping>[EMAIL PROTECTED]@mordor;regex:ring@(.*)@:[EMAIL PROTECTED]</mapping>
     <!-- conditional regex mapping example --|>

<mapping>[EMAIL PROTECTED]:(.*)[EMAIL PROTECTED]:[EMAIL PROTECTED];

regex:(.*)[EMAIL PROTECTED]:[EMAIL PROTECTED]
     </mapping>
  </mailet>

The targets should also work in JDBCVirtualUserTable.

I'm not aware of anything else for branch_2_1_fcs.  Would like to get some
testing on it, and then we can look to put out a version 2.2.0 release based
upon that branch while we immediately move forward with the merged code in
MAIN.

        --- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to