By default, assp puts spam reason in the block reports on a separate line.

I'd like to save some space and put it on the same line as the log line, so
simply remove the <br />

<br /><span class="spam">spam reason: </span>

I'm unsure of the modify syntax for this, it's really a makeRe question,
more than block reporting specific I suppose.

I tried this, but it doesn't seem to work
&makeRe('<br \/><span class="spam">') =>  '<span class="spam">',

I've had successs with modify.pm, just not with lines that contain quotes or
returns (\n).

If I wanted to remove:
<td class="rightlink">
</td>
how would I do that?
&makeRe('<td class="rightlink">\n</td>') => '',
doesn't seem to do the trick.  Am I supposed to use double quotes and escape
the existing double quotes?  What about the \n?

Thanks so much.
------------------------------------------------------------------------------
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