org.apache.james.mailet.standard.mailets
Class ClassifyBounce
java.lang.Object
   org.apache.mailet.base.GenericMailet
org.apache.mailet.base.GenericMailet
       org.apache.james.mailet.standard.mailets.ClassifyBounce
org.apache.james.mailet.standard.mailets.ClassifyBounce
- All Implemented Interfaces: 
- Mailet, MailetConfig
- public class ClassifyBounce 
- extends GenericMailet
Assesses the message to determine if it was a hard or soft bounce, and if it was a soft bounce, something of its nature..
 
 Sample configuration:
 
 
 X-MailetHeader
 
 
| Method Summary | 
|  String | getMailetInfo()Return a string describing this mailet.
 | 
|  void | init()Initialize the mailet.
 | 
|  void | service(Mail mail)Takes the message and adds a header to it.
 | 
 
| Methods inherited from class org.apache.mailet.base.GenericMailet | 
| arrayToString, checkInitParameters, destroy, getInitParameter, getInitParameter, getInitParameter, getInitParameterNames, getMailetConfig, getMailetContext, getMailetName, init, log, log | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ClassifyBounce
public ClassifyBounce()
init
public void init()
          throws javax.mail.MessagingException
- Initialize the mailet.
 
- 
- Overrides:
- initin class- GenericMailet
 
- 
- Throws:
- javax.mail.MessagingException- if an exception occurs that interrupts the mailet's normal operation
 
service
public void service(Mail mail)
- Takes the message and adds a header to it.
 
- 
- Specified by:
- servicein interface- Mailet
- Specified by:
- servicein class- GenericMailet
 
- 
- Parameters:
- mail- the mail being processed
- Throws:
- javax.mail.MessagingException- if an error arises during message processing
 
getMailetInfo
public String getMailetInfo()
- Return a string describing this mailet.
 
- 
- Specified by:
- getMailetInfoin interface- Mailet
- Overrides:
- getMailetInfoin class- GenericMailet
 
- 
- Returns:
- a string describing this mailet
 
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.