diff options
| -rwxr-xr-x | bin/rmlist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/rmlist b/bin/rmlist index 30b635169..6c570c6db 100755 --- a/bin/rmlist +++ b/bin/rmlist @@ -1,5 +1,10 @@ #!/bin/sh +# Remove the components of a maillist with impunity - beware! + +__version__="$Revision: 381 $" +# $Source$ + MAILMAN_DIR='/home/mailman/mailman' HTML_DIR='/home/mailman/public_html' |
