On Dec 2, 2007 7:25 PM, Василий Озеров <[EMAIL PROTECTED]> wrote: > Good day. > > Can you help me to pick up typical use cases in customization?
HI fr33m2n, ok, very good question. :-) Mail servers receive emails. Without any customization, the server drops them into the inbox of the receiving user. At any point, the user can view them, delete them, whatever. That's default behavior. Customization is the process of changing the server's configuration and let it do something which is somehow special to your needs. This is done by changing the mail processing pipeline. Either by doing something with the mail itself, or by altering the routing of the message. 1. Can you make up two simple use cases now, one where the email is changed on its way to the receiver, one where the routing of the mail is changed? 2. Try to identify, where in James' configuration you can do such customizations (hint: Mailet API). Please come back to the list with any questions or results. Bernd
