<div dir="ltr">Hola,<div><br></div><div>I had a question and I am apparently not smart enough on perl to figure this out. The issues has to deal with how MailScanner passes logging information to loggers such as MailWatch.</div>
<div><br></div><div>In short, the subject line <span style="font-family:arial,sans-serif;font-size:13px">&quot;C&#39;est ça que ça dit&quot; gets chopped in the SQL logs to just &quot;</span><span style="font-family:arial,sans-serif;font-size:13px">C&#39;est&quot;. Reviewing the MailWatch code, the message information is pushed into an array like this:</span></div>
<div><font face="arial, sans-serif"><br></font></div><div>push @in, $_;</div><div><br></div><div style>So I guess my real question here is if anyone knows if the data being passed from MailScanner is escaped before being packed? I am trying to figure out where in this chain it is being broken:</div>
<div style><br></div><div style>MailScanner =&gt; MailWatch =&gt; MailWatch processing =&gt; SQL Log</div><div style><br></div><div style>I am guessing that is is not between these two:</div><div style><br></div><div style>
MailWatch processing =&gt; SQL Log<br></div><div style><br></div><div style>Because I did some testing with expected results using quotemeta. </div><div style><br></div><div style><br></div><div style>Ideas?</div><div><br>
</div><div><br clear="all"><div><br></div>-- <br><div dir="ltr"><div><div><br>--<br></div>Jerry Benton<br></div>Mailborder Systems<br><a href="http://www.mailborder.com" target="_blank">www.mailborder.com</a><br></div>
</div></div>