I'm running a list with a + in its name (ietf+censored@alvestrand.no).
It was an exactly one character patch, and Majordomo seems to work fine
with it.
My sendmail is not configured to handle +subaddressing, but I think it would
work anyway (explicit addresses override subaddressing).
Here's the patch:
--- majordomo.pl Mon Jun 8 15:38:24 1998
+++ majordomo.pl~ Thu Dec 18 12:21:18 1997
@@ -119,7 +119,7 @@
# start with $clean_list the same as $taint_list
local($clean_list) = $taint_list;
# clean up $clean_list
- $clean_list =~ s/[^-_0-9a-zA-Z+]*//g;
+ $clean_list =~ s/[^-_0-9a-zA-Z]*//g;
# if $clean_list no longer equals $taint_list, something's wrong
if ($clean_list ne $taint_list) {
return "";
Harald
--
Harald Tveit Alvestrand, Maxware, Norway
Harald.Alvestrand@maxware.no
References:
|
|