* Michael Thompson <[EMAIL PROTECTED]> writes: > Is there a macro to stop signing messages to certain addresses? I am > using 2.0 Beta 4. I want to stop signing messages to Yahoo Mail > lists as it is pointless cos they strip all non text.
--8<---------------cut here---------------start------------->8--- %IF:'%- %-%-%SetPattRegExp="@yahoogroups\."%- %-%-%RegExpMatch="%ToAddr"'<>''%- :'%- %-%-%NoSignComplete'%- --8<---------------cut here---------------end--------------->8--- This one looks at the To: address and iff it finds an [EMAIL PROTECTED] string it switches off signing. You should wrap it into a Quick Template and call it from your templates via %QInclude="qtname". -- Carsten ________________________________________________ Current version is 1.62r | "Using TBUDL" information: http://www.silverstones.com/thebat/TBUDLInfo.html

