diff options
-rwxr-xr-x | mailman/mklist.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailman/mklist.pl b/mailman/mklist.pl index 847234b..8d3936b 100755 --- a/mailman/mklist.pl +++ b/mailman/mklist.pl @@ -22,7 +22,7 @@ $senderfilter ||= $ENV{'SENDERFILTER'} or die "SENDERFILTER missing"; $listowner ||= $ENV{'LISTOWNER'} or die "LISTOWNER missing"; while (<>) { - # Replace keywords - execept in comments + # Replace keywords - except in comments s/^([^#]*)LISTNAME/$1$listname/g; s/^([^#]*)LISTDESC/$1$listdesc/g; s/^([^#]*)LISTHOST/$1$listhost/g; |