I posted the following message to one of the TB support forums, but - after 24 hours - have received no response. It does not seem that the three relatively new forums are much in use. So let me try this request for help here.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ As I understand, the TB regular expressions are based on or at least very similar to Perl. So here is my question/problem. I have a simple Perl script that does exactly what I want (although how it does it I do not entirely understand, because I don't know Perl). I want to get the same effect in a TB template. So what should it look like in the template? Here is the Perl: ---------------------------------- #!/usr/local/bin/perl -w # jaymail.pl while(<>) { $blank++ if /^$/; if ($blank) { print; next; } print if /^(From|To|Subject): /; } ---------------------------------- Please rescue me from this quandary and make my life much, much easier. -- Avi Yashar Windows XP Pro with TB Pro 3.0.1.33 ________________________________________________________ Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information: http://www.silverstones.com/thebat/TBUDLInfo.html IMPORTANT: To register as a Beta tester, use this link first - http://www.ritlabs.com/en/partners/testers/