<br>
I'm so used to doing the following quick fix that I don't even think about it anymore...<br>
<span class="example"><br>
perl -p -e 's/\n/\r\n/' unixfile.txt dosfile.txt<br>
<br>
</span><span class="example">perl -p -e 's/\r$//'&nbsp; dosfile.txt unixfile.txt</span><br>
<br>
<span class="example">Thanks for the catch - must not have had enough coffee that day. :-)<br>
<br>
- Marco<br>
</span><br><div><span class="gmail_quote">On 2/1/06, <b class="gmail_sendername">Denis Beauchemin</b> &lt;<a href="mailto:Denis.Beauchemin@usherbrooke.ca">Denis.Beauchemin@usherbrooke.ca</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Marco Radzinschi wrote:<br><br>&gt;<br>&gt; Hello:<br>&gt;<br>&gt; I noticed that the CR/LF behavior has changed in the newest version of<br>&gt; MailScanner (4.49) from DOS (LF only) to Unix-type text files<br>&gt; (&lt;CR&gt;+&lt;LF&gt;) for the generated attachment warnings.
<br><br>DOS = CR+LF, Unix/Linux = LF<br><br>&gt;<br>&gt; I treid removing the excess &lt;CR&gt; characters in the report templates<br>&gt; myself, but I noticed that the Perl script still appends to the report<br>&gt; templates with &lt;CR&gt;+&lt;LF&gt;, which makes it appear mangled on a GroupWise
<br>&gt; system running on Windows.<br>&gt;<br>&gt; I did not see a configuration option for this, so I am assuming that<br>&gt; it is hard-coded somewhere in the script, or in one of the external<br>&gt; modules that the script uses. Does anyone know how to change this
<br>&gt; behavior?<br><br>This has been discussed previously (about 1-2 weeks ago).&nbsp;&nbsp;It is<br>probably a bug in MIME::Tools IIRC.&nbsp;&nbsp;Some people were supposed to talk<br>to the developer to get a fix.&nbsp;&nbsp;Don't know how it turned out...
<br><br>Denis<br><br>--<br>&nbsp;&nbsp; _<br>&nbsp;&nbsp;°v°&nbsp;&nbsp; Denis Beauchemin, analyste<br> /(_)\&nbsp;&nbsp;Université de Sherbrooke, S.T.I.<br>&nbsp;&nbsp;^ ^&nbsp;&nbsp; T: 819.821.8000x2252 F: 819.821.8045<br><br><br>--<br>MailScanner mailing list<br><a href="mailto:MailScanner@lists.mailscanner.info">
MailScanner@lists.mailscanner.info</a><br><a href="http://lists.mailscanner.info/mailman/listinfo/mailscanner">http://lists.mailscanner.info/mailman/listinfo/mailscanner</a><br><br>Before posting, read <a href="http://wiki.mailscanner.info/posting">
http://wiki.mailscanner.info/posting</a><br><br>Support MailScanner development - buy the book off the website!<br></blockquote></div><br>