+ o Add $$ substitution
o Allow list texts to include real UTF-8 characters, as documented
o Fix bug where the normal listtext would be sent when unsubscribing from the
nomail version of the list
fqdn = genlistfqdn(listaddr);
listname = genlistname(listaddr);
- if(strcmp(token, "listaddr") == 0) {
+ if(strcmp(token, "") == 0) {
+ value = mystrdup("$");
+ goto concatandreturn;
+ } else if(strcmp(token, "listaddr") == 0) {
/* DEPRECATED: use $list$@$domain$ instead */
value = mystrdup(listaddr);
goto concatandreturn;