i had the exact smae problem earlier today. My solution was to copy the
emails from the existing list via the qmailadmin webinterface into a text
file on my Freebsd box. i then took the list that had the mix of upper a
lower case characters and ran it thru this
tr A-Z a-z <file >newfile
that converted all the upper case to lowercase. i then delelted the existing
list and ran this to import all the new addresses into the list
for i in `cat emails`
do
ezmlm-sub /home/vpopmail/domains/funeralwire.com/funeralwire/ $i
done
good luck
Jps
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 20, 2001 1:16 PM
To: [EMAIL PROTECTED]
Subject: qmailadmin - can't delete ezmlm users
I have a strange problem with qmailadmin and ezmlm. When
a user has registered his email address containing one or
several capital letters, it is impossible to remove them from
the list.
Even if I write the email address exactly the way it was
registered/subscribed.
Is there any way I can delete this user manually?
Another question: Maybe a bit off-topic for this mailing list,
but is there any way I can add several email addresses to an
ezmlm mailing list? "Bulk registration". Can I for instance import
email addresses from a plain comma seperated text file?
Any help is appreciated :)
Thanks,
- Erik