<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: mailmerge 3</title>
	<atom:link href="http://blogs.linux.ie/caolan/2005/07/06/mailmerge-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.linux.ie/caolan/2005/07/06/mailmerge-3/</link>
	<description>babblings!</description>
	<lastBuildDate>Thu, 23 May 2013 11:27:22 +0100</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: Jean-Marie Mouchel</title>
		<link>http://blogs.linux.ie/caolan/2005/07/06/mailmerge-3/comment-page-1/#comment-48688</link>
		<dc:creator>Jean-Marie Mouchel</dc:creator>
		<pubDate>Mon, 17 Sep 2007 17:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/caolan/2005/07/06/mailmerge-3/#comment-48688</guid>
		<description>Hi, 
First, thanks a lot for your work with mailmerge. Mailmerge is a most important component of office suites.

I experienced a problem with cc. cc recipient are well written inside the message, and most mailers recognize them, but the message is not sent to cc recipients and bcc recipients (it should be !).

Only a small and obvious modification has to be done in mailmerge.py to correct this, and I did it for myself :

line
self.server.sendmail(sender, recipients, msg.as_string())
should be replaced by
self.server.sendmail(sender, truerecipients, msg.as_string())

I wrote a bug report, and there was a discussion and a agreement about it. This was more than one year ago. I just upgraded to 2.0.4 (debian etch, newly released OOo), and could see that the very small change was not applied.

I consider as very useful to have self copies of mailmerge operations (otherwise you remain blind about what really happened.. while there may also be a mistake somewhere, you should be able to know about it).

I do not know how does the issue management system practically work for OOo, I feel it slow (such a small correction !). May be you can help ?

Best regards,
JMM</description>
		<content:encoded><![CDATA[<p>Hi,<br />
First, thanks a lot for your work with mailmerge. Mailmerge is a most important component of office suites.</p>
<p>I experienced a problem with cc. cc recipient are well written inside the message, and most mailers recognize them, but the message is not sent to cc recipients and bcc recipients (it should be !).</p>
<p>Only a small and obvious modification has to be done in mailmerge.py to correct this, and I did it for myself :</p>
<p>line<br />
self.server.sendmail(sender, recipients, msg.as_string())<br />
should be replaced by<br />
self.server.sendmail(sender, truerecipients, msg.as_string())</p>
<p>I wrote a bug report, and there was a discussion and a agreement about it. This was more than one year ago. I just upgraded to 2.0.4 (debian etch, newly released OOo), and could see that the very small change was not applied.</p>
<p>I consider as very useful to have self copies of mailmerge operations (otherwise you remain blind about what really happened.. while there may also be a mistake somewhere, you should be able to know about it).</p>
<p>I do not know how does the issue management system practically work for OOo, I feel it slow (such a small correction !). May be you can help ?</p>
<p>Best regards,<br />
JMM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandro Colorado</title>
		<link>http://blogs.linux.ie/caolan/2005/07/06/mailmerge-3/comment-page-1/#comment-878</link>
		<dc:creator>Alexandro Colorado</dc:creator>
		<pubDate>Tue, 22 Nov 2005 14:50:53 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/caolan/2005/07/06/mailmerge-3/#comment-878</guid>
		<description>Is this the one that uses the email module such as XStmp XCC XBcc etc?</description>
		<content:encoded><![CDATA[<p>Is this the one that uses the email module such as XStmp XCC XBcc etc?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
