I would just create a Mailet in this case and call it from the "Root"
processor... something like this may be....


      <processor name="root">
         <mailet match="All"
           class="com.xyz.YourMailet"/>


On Mon, Aug 3, 2009 at 10:18 PM, lakers fan <[email protected]> wrote:

>
> Hello,
>
>      I have a requirement where the username and password are saved in
> database. First I want to check whether the email address is valid before
> proceeding. Should I do this validation in RCPTCommandHandler class?.. or
> subclass this class?. I want to make sure that the email address is a valid
> email address in the domain. Also I want to save the emails in a separate
> folder based on other things? which class do I need to subclass for this?..
>
>
>
> Thanks,
>
> Bharani
>
> _________________________________________________________________
> Windows Liveā„¢: Keep your life in sync.
>
> http://windowslive.com/explore?ocid=PID23384::T:WLMTAGL:ON:WL:en-US:NF_BR_sync:082009

Reply via email to