You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by mohan <mo...@yahoo.com> on 2002/06/02 14:49:21 UTC

Modifying the mail attributes like Sender's address, checking the mail content

Hi dear james user,

I want to use James for SMTP only. It will forward the
mails to some mail service like yahoo or hotmail. 

1. How can we forward a mail?
2. While forwarding the mail, i want to change the
sender's address to some other alias. How can it be
done? 
Basically, i should get a reference of the message
object and substitute the sender's address with some
alias.
3. How the contents of the message content can be
checked with some dictionery kind of thing to filter
out mails containg objectionable words.

Expecting some reply in these points.

Thanks and regards,

Mohan

__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Modifying the mail attributes like Sender's address, checking the mail content

Posted by Danny Angus <da...@thought.co.uk>.
Mohan,
RTFM..
James is configured using apps/james/conf/config.xml
in there you will see references to mailets
read this ("The Mailet processor pipeline "):
http://jakarta.apache.org/james/configuration_v2_0.html

to write your own mailets see this:
http://jakarta.apache.org/james/mailet/index.html



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>