Hello bats, on Sun, 28. Mar 2004 at 13:00:24 -0600 P.Johnson wrote:
> Is it possible to add text to a Subject Line when forwarding > the message, using a QT or filter? of course.. :) > I am looking for a fairly quick way to add "From Bill Smith" to > the "FWD:..." subject line while keeping the original text > intact. > If there is a way to do it automatically (since it is always the > same sender and recipient) that would be great. If it's for a special recipient, I would suggest putting up a Forward template for that entry in your AB. You would then have to define the text (header, ..) of that forwarded message then there, too. Because of that I would suggest that you extend your existing general forward template by checking for the recipient where you want this to be applied and do it then: %IF:'%TOADDR'='[EMAIL PROTECTED]':#%- %ModifyOnce(Subject)%- %Subject="FWD: %OSubj (From Bill Smith)"#%- %ModifyOnce(Subject) will ensure, that the Subject is only changed once by the QT (not again, when you edit the header fields, without having changed the body before). -- shinE! GnuPG/PGP key: http://thequod.de/danielhahler.asc lifted with The Bat! 2.05 Beta/12 on Windows XP Service Pack 1. ________________________________________________ Current version is 2.04.7 | 'Using TBUDL' information: http://www.silverstones.com/thebat/TBUDLInfo.html

