Class MessageProcessor handles the delivery of
MimeMessages to the James input spool.
Messages written to the input spool always have the following Mail
Attributes set:
- org.apache.james.fetchmail.taskName (java.lang.String)
- The name of the fetch task that processed the message
- org.apache.james.fetchmail.folderName (java.lang.String)
- The name of the folder from which the message was fetched
Messages written to the input spool have the following Mail Attributes
set if the corresponding condition is satisfied:
- org.apache.james.fetchmail.isBlacklistedRecipient
- The recipient is in the configured blacklist
- org.apache.james.fetchmail.isMaxMessageSizeExceeded (java.lang.String)
- The message size exceeds the configured limit.
|