DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31038>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31038 Strange bug in sendmail block Summary: Strange bug in sendmail block Product: Cocoon 2 Version: 2.1.5 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: blocks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] If you run more then one Cocoon webapp in the same JVM you will probably notice such behavior: 1. you set smtp.somehost.com as SMTP for the first loaded webapp (webapp1) 2. you set smtp.otherhost.com as SMTP for the next loaded webapp (webapp2) Mails sent from webapp2 is unfortunetly sent via smtp.somehost.com, not via smtp.otherhost.com. This looks like a kind of global variable / component static thing bug.
