A couple more questions:

 Do you have a suggestion on how to modify >only< the subject and not the
extra froms.  Modifying the .css to alter strong is fine, but that affects
the from addresses too.    Is there a non-greedy regex that makeRe could use
like finding [.*]??

Second, FYI, setting the rightlink width to 0 doesn't seem to work, I needed
to set padding and border to 0 (settings that were inherited).
display:none; works in a webbrowser, but Outlook is too supid to interpret
this correctly.  Good enough for me.

<td class="rightlink">
</td>
still appears in my reports with
&makeRe("<td class=\"rightlink\">\n<\/td>") => '',
in the modify.pm

Modify.pm definitely works for other replacements.

&makeRe("<th colspan=\"3\"") => "<th colspan=\"2\"", doesn't seem to work
either. Nor does
&makeRe("<br \/><span class="spam">spam reason: <\/span>") => "",

 I can't imagine what I'm doing wrong there.


Thanks for helping with this seemingly petty stuff.
------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to