Kristis Makris wrote: > I would say it "is unlikely" that sendbugmail.pl is the interface to > mailing. The interface to mailing is some API call in Perl in the > Bugzilla libraries.
I'm not sure what you mean by that. The sendbugmail.pl script is located in Bugzilla's contrib directory (at least for version 3.0.3). The comments at the top of this script indicate that this script is a valid interface for triggering mail in these circumstances: "Bugzilla email script for Bugzilla 2.17.4 and later. Invoke this to send bugmail for a bug which has been changed directly in the database. This uses Bugzilla's own BugMail facility, and will email the users associated with the bug. Replaces the old "processmail" script." The point I was making in my comments is that this script is unlikely to break provided it continues to be supported by Bugzilla and is fairly portable considering that it removes the requirement for Scmbug to use the Bugzilla API directly to initiate sending of mail. It doesn't matter for my purposes whether it is the API or some other trigger like this script; the script was quicker and easier for me to implement. Matt -- Matt Adams Development & Network Services Cypress Interactive http://cypressinteractive.com, http://edsuite.com _______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
