DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17805>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17805 Wrong "From" address Summary: Wrong "From" address Product: James Version: 2.1 Platform: PC OS/Version: Linux Status: NEW Severity: Major Priority: Other Component: Mailet API AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] We use James from 2 months. We upgrade the MailServer with each new versions, but the problems exists. 1. We fix one of the problem which doesn't exist on Windows platform with some extending of original James classes wiht our own class: public class MailServer { public static void main(String[] args) throws Exception { String value = new String(new byte[]{'\r', '\n'}); System.setProperty("line.separator", value); Main.main(args); } } This problem exist when we use Windows based mail clients like Explorer, The Bat, etc. 2. The second problem is very unpleasant. When you send some mail from time to time the "From" field is replaced with other sender name which is random or with unknown logic selected. In this case you can see which is your Real Sender when you look at "Reply-To" field. We can try to fix the problem, but we don't know where to search the problem because we are not so familiar with the Source Code of James. How we can run James using JBuilder? When we try it is not possible because James use Phoenix Avalon product which is not documented. Can we be a part of James Development Team? We have some ideas. Our James MailServer is running at the following server: saturn.space-comm.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
