|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransportRule | |
---|---|
org.apache.james.transport.remotedeliverytester |
Uses of TransportRule in org.apache.james.transport.remotedeliverytester |
---|
Classes in org.apache.james.transport.remotedeliverytester that implement TransportRule | |
---|---|
static class |
TransportRule.Default
|
static class |
TransportRule.NameExpression
Server rule string format: id-rule.[*-userrule].[match*-userrule].string - id-rule are for "connect"-time exceptions - *-userrule are for "send"-time exceptions involving every mail (not depending on the recipients address) - match*-userrule are for "send"-time exceptions involving specific recipients (starting with match - ** to match every address) Available rules: - me[v]: MessagingException - sfe[v]: SendFailedException - smtpafeXXX[v]: SMTPAddressFailedException with XXX returnCode - smtpaseXXX[v]: SMTPAddressSuccededException with XXX returnCode - smtpsfeXXX[v]: SMTPSendFailedException with XXX returnCode - null: NullPointerException - io: IOException (nested in a MessagingException) - rpt: repeat the previous rule pattern - (*) if a "mail" rule (one involving addresses) ends with "v" resulting in a "valid" address (the failure is about some other error: valid unsent) |
Methods in org.apache.james.transport.remotedeliverytester that return TransportRule | |
---|---|
TransportRule |
ProcMail.getTransportRule()
|
Methods in org.apache.james.transport.remotedeliverytester with parameters of type TransportRule | |
---|---|
void |
Tester.addDomainServer(java.lang.String domain,
java.lang.String url,
TransportRule rule)
|
void |
Tester.addServerRule(java.lang.String url,
TransportRule rule)
|
ProcMail.Listing |
Tester.service(org.apache.mailet.Mail mail,
TransportRule rule)
|
ProcMail.Listing |
Tester.service(java.lang.String name,
java.lang.String fromMail,
java.lang.String[] toMail,
java.lang.String body,
TransportRule rule)
|
ProcMail.Listing |
Tester.service(java.lang.String name,
java.lang.String fromMail,
java.lang.String toMail,
java.lang.String body,
TransportRule rule)
|
void |
Tester.setGenericRule(TransportRule rule)
|
void |
ProcMail.setTransportRule(TransportRule transportRule)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |