[plug] Re: Mailing List problems
J. Richard Mortimer
richardm at memo.com.au
Tue Jan 11 15:11:57 WST 2005
Hi Joong,
In your original post you extracted the information from the database via a
Perl program; when you have the $email variable, you can strip the
delimiting strings by adding the line:
$email =~ s/\"//g;
This may solve your immediate problem without having to write back to the
database. You can read a small article on the substitute command here:
http://www.linuxfocus.org/English/September1999/article114.html
Hope that helps
Richard
-----Original Message-----
From: plug-bounces at plug.linux.org.au [mailto:plug-bounces at plug.linux.org.au]
On Behalf Of Joong Cho
Sent: Monday, January 10, 2005 8:20 PM
To: plug at plug.linux.org.au
Subject: [plug] Re: Mailing List problems
> Message: 23
> Date: Mon, 10 Jan 2005 08:57:59 +0800
> From: "J. Richard Mortimer" <richardm at memo.com.au>
> Subject: RE: [plug] Mailing List problems
> To: <plug at plug.linux.org.au>
> Message-ID: <20050110005213.CDDF45580D at memo-gw.amnet.net.au>
> Content-Type: text/plain; charset="US-ASCII"
>
>
> It sounds as though the email addresses are delimited inside the SQL
> database, which sendmail is then seeing as a local user, and adding the
> default domain to it. Try undelimiting your email addresses in the
> database.
>
> Richard
Do you have any idea on how I can undelimit my email addresses in the
database, or would I have to ask an SQL expert?
Joong Cho
Joong Cho Enterprises
President
Web Site Administrator and Web Site Designer
http://www.joongcho.com/
http://www.startreklibrary.com/
_______________________________________________
PLUG discussion list: plug at plug.linux.org.au
http://spark.plug.linux.org.au/cgi-bin/mailman/listinfo/plug
Committee e-mail: committee at plug.linux.org.au
More information about the plug
mailing list