<?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: perl MIME::Lite sendmail Return-Path fix/override</title>
	<atom:link href="http://www.nocturnal.org/blog/2009/08/12/perl-mimelite-sendmail-return-path-fixoverride/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nocturnal.org/blog/2009/08/12/perl-mimelite-sendmail-return-path-fixoverride/</link>
	<description>Ignore the typos and spelling.  I do.</description>
	<lastBuildDate>Wed, 01 Sep 2010 09:55:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Stefan</title>
		<link>http://www.nocturnal.org/blog/2009/08/12/perl-mimelite-sendmail-return-path-fixoverride/comment-page-1/#comment-165</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Fri, 04 Jun 2010 23:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.nocturnal.org/blog/?p=153#comment-165</guid>
		<description>If you control the sendmail, you can add your user account to trusted-users and then just mail using MIME::Lite slightly differently during send:

$ml-&gt;send(&quot;sendmail&quot;,&quot;/usr/lib/sendmail -r $from -t -oi -oem&quot;);

This is particularly useful if you are mailing from CGI, in which case you add the user account under which your webserver runs to trusted-users. Should mail now bounce, it will go to the addres in $from and not to the webserveraccount@internal_host.</description>
		<content:encoded><![CDATA[<p>If you control the sendmail, you can add your user account to trusted-users and then just mail using MIME::Lite slightly differently during send:</p>
<p>$ml-&gt;send(&#8220;sendmail&#8221;,&#8221;/usr/lib/sendmail -r $from -t -oi -oem&#8221;);</p>
<p>This is particularly useful if you are mailing from CGI, in which case you add the user account under which your webserver runs to trusted-users. Should mail now bounce, it will go to the addres in $from and not to the webserveraccount@internal_host.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
