Hi all, I'm trying to make my apache james to direct all incoming emails to be handled by my custom class "UnavailableMessageSave", but now only emails to [EMAIL PROTECTED] will currently be handled by class "UnavailableMessageSave"...
How do I make it so that all emails will be handled by the class "UnavailableMessageSave"? i've tried changing the line <mailet match="[EMAIL PROTECTED]" class="UnavailableMessageSave"> to <mailet match="All" class="UnavailableMessageSave"> but it seems there's some problem when i did that... really need help here. any help are greatly appreciated.thanx.bye.
