10 lines
282 B
Plaintext
10 lines
282 B
Plaintext
## ezmlm-export-subscribers.sh
|
|
# Directory of EZMLM list
|
|
DIR=/home/user/ezmlm/list/
|
|
|
|
# Desired Path for output
|
|
EXPORT=/home/user/html/public/maillist.txt
|
|
|
|
# Desired description for output (will be located in top of file)
|
|
DESC="List of email addresses subscribed to list@domain.tld"
|