diff options
author | Dan Winship <danw@mit.edu> | 1998-02-03 13:39:07 +0000 |
---|---|---|
committer | Dan Winship <danw@mit.edu> | 1998-02-03 13:39:07 +0000 |
commit | 882a736c264ef7ffa51abd01ee9af75bfd329a5b (patch) | |
tree | d013f97a70b96c14f7d0929156fa7485211a5ed5 | |
parent | 541b941a5b55076d1bb1faf12875359f8e6b4986 (diff) |
wrap @{ } around the protect()ed zsig to prevent color changes from leaking
out into the message body
-rw-r--r-- | zwgc/zwgc.desc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zwgc/zwgc.desc b/zwgc/zwgc.desc index 796eaf0..0e2508c 100644 --- a/zwgc/zwgc.desc +++ b/zwgc/zwgc.desc @@ -114,7 +114,7 @@ match "message" if ($signature == "") then set ftext = "From: @bold("+protect($sender)+")" else - set ftext = "From: @bold("+protect($signature)+" <"+ + set ftext = "From: @bold(@{"+protect($signature)+"} <"+ protect($sender)+">)" endif |