[ http://issues.apache.org/jira/browse/JAMES-242?page=comments#action_12322926 ]
Stefano Bagnara commented on JAMES-242: --------------------------------------- IMHO we should add the same feature-set used by fetchmail when reading from a pop3 folder. The best thing would be to share the code between fetchmail and fromrepository. I this we should also split fromRepository in 2 different mailets: FromMessageRepository (MimeMessage) and FromSpoolRepository (MailImpl). > Respooling with FromRepository bypasses DNS RBL checks when used with MBOX > -------------------------------------------------------------------------- > > Key: JAMES-242 > URL: http://issues.apache.org/jira/browse/JAMES-242 > Project: James > Type: Bug > Components: MailStore & MailRepository > Versions: 2.2.0 > Reporter: Noel J. Bergman > Priority: Minor > > When used with the mbox repository format, FromRepository works with Mail > objects constructed by the MailImpl(MimeMessage) constructor. That > constructor sets the sender based upon the Return-Path header, but does not > set the remote host. Respooling will therefore bypass DNSRBLs. > Unclear if mbox should attempt to set the remote use from the topmost > received header. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
