On Wed 3-Nov-04 6:30am -0400, Kian Andersen wrote: > %IF:"%OFROMADDR"="%OFROMNAME":"":"(%OFROMADDR) "
> What I need is: > When I reply to a sender that doesn't have a name only an address > I don't wont it to show > "E-mail (E-mail) wrote:" > just > "E-mail wrote:" Your macro produces nothing with equality. If there's not equality it produces "(addr) ". Try the following as a QT (call it "xx"): ============================================== oFromName is "%oFromName" oFromAddr is "%oFromAddr" Your macro produces: %IF:"%OFROMADDR"="%OFROMNAME":"":"(%OFROMADDR) "wrote: Instead, try this: %oFromName %IF:"%oFromName"="%oFromAddr":"":"(%oFromAddr) "wrote: Is that what you want? ============================================== Now click reply on this message (hopefully the "From" field has not been changed by the list) and type xx<ctrl><space> Now try it on a mail with a name and address. -- Best regards, Bill The Bat! 3.0.2.4 Rush Pro - BayesIt! 0.7.3 - XMP 0.9.6 - XP Pro SP2 - POP3 ________________________________________________________ Current beta is 3.0.2.4 Rush | '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/

