<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 10pt; color: #000000'>1) Nope, you can not prevent multiple signatures in text mails<br><br>2) Yes, it's the normal alt-tag behaviour, the text will be visible if the image can't be shown<br>http://www.w3schools.com/tags/att_img_alt.asp<br><br>I mainly use the function to prevent attaching several images to the mail, so I don't see the ALT-text unless the image has been removed by someone!<br><br>/Markus<br><br><hr id="zwchr"><div style="color: rgb(0, 0, 0); font-weight: normal; font-style: normal; text-decoration: none; font-family: Helvetica,Arial,sans-serif; font-size: 12pt;"><b>Från: </b>"homyang cha" &lt;homyang4u@gmail.com&gt;<br><b>Till: </b>"MailScanner discussion" &lt;mailscanner@lists.mailscanner.info&gt;<br><b>Skickat: </b>torsdag, 8 sep 2011 10:44:45<br><b>Ämne: </b>Re: Not Allowing Multiple HTML Signatures<br><br>Dear Markus, thanks very much for the help. It worked like a charm. Your patch and the command. I would like to bother you and other experts with some more questions if I may. <br><br>1. Will the effect be felt if I use plain text messaging?<br>
2. What ever I put in the "alt" tag it gets appears in the signature part. Is there a way to avoid this?<br><br>Thanks once again.<br><br>/Homyang<br><br><div class="gmail_quote">On Wed, Sep 7, 2011 at 1:15 PM, Markus Nilsson <span dir="ltr">&lt;<a href="mailto:markus@markusoft.se" target="_blank">markus@markusoft.se</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div style="font-family: Arial; font-size: 10pt; color: rgb(0, 0, 0);">To apply the patch, run the command<br><br>patch -p1 -i Message.pm.patch&nbsp; MailScanner/Message.pm<br>
<br>On the file Message.pm, this file can be located in different locations depending on your distribution<br><br>/usr/share/MailScanner/<br>/var/lib/MailScanner<br><br>/Markus<br><br><hr><div style="color: rgb(0, 0, 0); font-weight: normal; font-style: normal; text-decoration: none; font-family: Helvetica,Arial,sans-serif; font-size: 12pt;">
<b>Från: </b>"homyang cha" &lt;<a href="mailto:homyang4u@gmail.com" target="_blank">homyang4u@gmail.com</a>&gt;<div class="im"><br><b>Till: </b>"MailScanner discussion" &lt;<a href="mailto:mailscanner@lists.mailscanner.info" target="_blank">mailscanner@lists.mailscanner.info</a>&gt;<br>
</div><b>Skickat: </b>onsdag, 7 sep 2011 7:19:39<div><div></div><div class="h5"><br><b>Ämne: </b>Re: Not Allowing Multiple HTML Signatures<br><br>Dear Jules<br>I already tried the way it was mentioned in the comment in MailScanner.conf file. I also tried again after your feedback again with no success. Could there be a bug as mentioned by Mr. Markus. This is my inline.sig.html file content:<br>

**********************************************************<br>&lt;img alt="MailScanner Signature MyCompany"/&gt;<br>&lt;br/&gt;--<br>&lt;br/&gt;This message has been scanned for viruses and<br>&lt;br/&gt;dangerous content by<br>

&lt;a href="<a href="http://www.mailscanner.info/" target="_blank">http://www.mailscanner.info/</a>"&gt;&lt;b&gt;MailScanner&lt;/b&gt;&lt;/a&gt;, and is<br>&lt;br/&gt;believed to be clean.<br>***************************************************************<br>

MyCompany above in html is the %org-name% value.<br><br>Dear Markus. <br>How can I apply that patch you mentioned above in my MailScanner configuration.<br><br>Thanks again for your valuable help and supported.<br><br><br>

<div class="gmail_quote">On Tue, Sep 6, 2011 at 7:42 PM, Markus Nilsson <span dir="ltr">&lt;<a href="mailto:markus@markusoft.se" target="_blank">markus@markusoft.se</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">



I actually beleive there is a bug preventing this from working,<br>
I submitted a patch for this some time ago, which works fine for me!<br>
<br>
<a href="http://permalink.gmane.org/gmane.mail.virus.mailscanner/76454" target="_blank">http://permalink.gmane.org/gmane.mail.virus.mailscanner/76454</a><br>
<br>
/Markus<br>
<br>
<br>
----- Ursprungligt meddelande -----<br>
<br>
&gt; Från: "Julian Field" &lt;<a href="mailto:MailScanner@ecs.soton.ac.uk" target="_blank">MailScanner@ecs.soton.ac.uk</a>&gt;<br>
&gt; Till: "MailScanner discussion" &lt;<a href="mailto:mailscanner@lists.mailscanner.info" target="_blank">mailscanner@lists.mailscanner.info</a>&gt;<br>
&gt; Skickat: tisdag, 6 sep 2011 14:49:44<br>
&gt; Ämne: Re: Not Allowing Multiple HTML Signatures<br>
<div><div></div><div><br>
&gt; Please read the comments given to you in the MailScanner.conf file.<br>
&gt; Immediately above the "Allow Multiple HTML Signatures" setting is<br>
&gt; this<br>
&gt; text, which explains what you need to put in "inline.sig.html" for<br>
&gt; this<br>
&gt; feature to work:<br>
<br>
&gt; # If the "alt" tag appears, and contains the word "MailScanner" and<br>
&gt; the<br>
&gt; # word "Signature" and the %org-name% you specified at the top of<br>
&gt; this file,<br>
&gt; # then the message is considered to already be signed. If this option<br>
&gt; is<br>
&gt; # also set to "no", then it will not be signed again.<br>
<br>
&gt; On 06/09/2011 13:04, homyang cha wrote:<br>
&gt; &gt; Hello Experts<br>
&gt; &gt; I have been trying to avoid multiple html signatures from being<br>
&gt; &gt; attached to replied and forwarded mails with no success. Can anyone<br>
&gt; &gt; who has done this before or have any idea on this help me. My<br>
&gt; &gt; Configuration are as follows:<br>
&gt; &gt;<br>
&gt; &gt; 1. MailScanner.conf<br>
&gt; &gt; Allow Multiple HTML Signatures = no<br>
&gt; &gt;<br>
&gt; &gt; 2. inline.sig.html<br>
&gt; &gt;<br>
&gt; &gt; &lt;br&gt;--<br>
&gt; &gt; &lt;br&gt; &lt;img src="" alt="MailScanner Signature CompanyName"/&gt;<br>
&gt; &gt; &lt;br&gt;This message has been scanned for viruses and<br>
&gt; &gt; &lt;br&gt;dangerous content by<br>
&gt; &gt; &lt;a href="<a href="http://www.mailscanner.info/" target="_blank">http://www.mailscanner.info/</a>"&gt;&lt;b&gt;MailScanner&lt;/b&gt;&lt;/a&gt;, and<br>
&gt; &gt; is<br>
&gt; &gt; &lt;br&gt;believed to be clean.<br>
&gt; &gt;<br>
&gt; &gt; 3. I am using CentOS 5.6 , MailScanner-4.84.3 with postfix-2.3<br>
&gt; &gt;<br>
&gt; &gt; Thank you in advance.<br>
&gt; &gt;<br>
&gt; &gt; --<br>
&gt; &gt; homyang (aka puran)<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Jules<br>
&gt; &gt;<br>
&gt; &gt; --<br>
&gt; &gt; Julian Field MEng CITP CEng<br>
&gt; &gt; <a href="http://www.MailScanner.info" target="_blank">www.MailScanner.info</a><br>
&gt; &gt;<br>
&gt; &gt; Buy the MailScanner book at <a href="http://www.MailScanner.info/store" target="_blank">www.MailScanner.info/store</a><br>
&gt; &gt; Need help customising MailScanner? Contact me!<br>
&gt; &gt;<br>
&gt; &gt; PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654<br>
&gt; &gt; Follow me at <a href="http://twitter.com/JulesFM" target="_blank">twitter.com/JulesFM</a><br>
&gt; &gt;<br>
&gt; &gt; 'It's okay to live without all the answers' - Charlie Eppes, 2011<br>
&gt; &gt; 'All programs have a desire to be useful' - Tron, 1982<br>
<br>
&gt; --<br>
&gt; This message has been scanned for viruses and<br>
&gt; dangerous content by MailScanner, and is<br>
&gt; believed to be clean.<br>
<br>
&gt; --<br>
&gt; MailScanner mailing list<br>
&gt; <a href="mailto:mailscanner@lists.mailscanner.info" target="_blank">mailscanner@lists.mailscanner.info</a><br>
&gt; <a href="http://lists.mailscanner.info/mailman/listinfo/mailscanner" target="_blank">http://lists.mailscanner.info/mailman/listinfo/mailscanner</a><br>
<br>
&gt; Before posting, read <a href="http://wiki.mailscanner.info/posting" target="_blank">http://wiki.mailscanner.info/posting</a><br>
<br>
&gt; Support MailScanner development - buy the book off the website!<br>
<br>
</div></div>&gt; --<br>
<br>
&gt; CronLab scanned this message. We don't think it was spam. If it was,<br>
&gt; please report by copying this link into your browser:<br>
&gt; <a href="https://swe02.antispam.cronlab.com/mail/index.php?id=10C494D7805F.A42AD-&amp;learn=spam&amp;host=46.22.116.99" target="_blank">https://swe02.antispam.cronlab.com/mail/index.php?id=10C494D7805F.A42AD-&amp;learn=spam&amp;host=46.22.116.99</a><br>




<font color="#888888"><br>
<br>
<br>
--<br>
This message has been scanned for viruses and dangerous content by CronLab<br>
(<a href="http://www.cronlab.com" target="_blank">www.cronlab.com</a>), and is believed to be clean.<br>
</font><div><div></div><div><br>
--<br>
MailScanner mailing list<br>
<a href="mailto:mailscanner@lists.mailscanner.info" target="_blank">mailscanner@lists.mailscanner.info</a><br>
<a href="http://lists.mailscanner.info/mailman/listinfo/mailscanner" target="_blank">http://lists.mailscanner.info/mailman/listinfo/mailscanner</a><br>
<br>
Before posting, read <a href="http://wiki.mailscanner.info/posting" target="_blank">http://wiki.mailscanner.info/posting</a><br>
<br>
Support MailScanner development - buy the book off the website!<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>homyang (aka puran)<br>
</div></div><center><br><br>
<table bgcolor="#ffffff" cellpadding="1" cellspacing="1" width="700"><colgroup><col width="100"><col width="600">
</colgroup><tbody><tr style="background: none repeat scroll 0% 0% rgb(221, 221, 221); border-color: rgb(221, 221, 221); padding: 0px; min-height: 1px; text-decoration: none;"><td colspan="2"></td></tr>
<tr style="font-family: Arial,Helvetica,sans-serif; font-size: 8pt; color: rgb(0, 0, 0);">
<td><a href="http://www.cronlab.com" target="_blank"><img alt="MailScanner CronLabAntiSpamAppliance Signature" src="about:blank" border="0" width="50"></a></td>
<td><center>
CronLab scanned this message. We don't think it was spam. Was it? <a href="https://swe02.antispam.cronlab.com/mail/index.php?id=1DAB44D7800F.A965D-&amp;learn=spam&amp;host=46.22.116.99" target="_blank">Report here!</a>
</center></td></tr></tbody></table>
</center>

<br><font color="#888888">-- <br></font><div class="im">MailScanner mailing list<br><a href="mailto:mailscanner@lists.mailscanner.info" target="_blank">mailscanner@lists.mailscanner.info</a><br><a href="http://lists.mailscanner.info/mailman/listinfo/mailscanner" target="_blank">http://lists.mailscanner.info/mailman/listinfo/mailscanner</a><br>
<br>Before posting, read <a href="http://wiki.mailscanner.info/posting" target="_blank">http://wiki.mailscanner.info/posting</a><br><br>Support MailScanner development - buy the book off the website! <br></div></div><br></div>
</div><br>--<br>
MailScanner mailing list<br>
<a href="mailto:mailscanner@lists.mailscanner.info" target="_blank">mailscanner@lists.mailscanner.info</a><br>
<a href="http://lists.mailscanner.info/mailman/listinfo/mailscanner" target="_blank">http://lists.mailscanner.info/mailman/listinfo/mailscanner</a><br>
<br>
Before posting, read <a href="http://wiki.mailscanner.info/posting" target="_blank">http://wiki.mailscanner.info/posting</a><br>
<br>
Support MailScanner development - buy the book off the website!<br>
<br></blockquote></div><br><br clear="all"><br>-- <br>homyang (aka puran)<br>
<br>-- <br>MailScanner mailing list<br>mailscanner@lists.mailscanner.info<br>http://lists.mailscanner.info/mailman/listinfo/mailscanner<br><br>Before posting, read http://wiki.mailscanner.info/posting<br><br>Support MailScanner development - buy the book off the website! <br></div><br></div></body></html>