[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [coldsync-hackers] I have problems with Mail.pm



These got rid of my errors at lines 361-364 but now I get errors at line 404
since $cc is still undefined - this may create errors at the next few lines
for the same reason

I'll try adding similar code to those lines (ie "if defined($cc)")



-----Original Message-----
From: owner-coldsync-hackers@lusars.net
[mailto:owner-coldsync-hackers@lusars.net]On Behalf Of Andrew
Arensburger
Sent: Friday, March 15, 2002 3:01 PM
To: coldsync-hackers@lusars.net
Subject: Re: [coldsync-hackers] I have problems with Mail.pm


$cc =~ s/\s*\n\s*(?!$)/, /gs if defined($cc);
$bcc =~ s/\s*\n\s*(?!$)/, /gs if defined($bcc);
$replyTo =~ s/\s*\n\s*(?!$)/, /gs if defined($replyTo);
$sentTo =~ s/\s*\n\s*(?!$)/, /gs if defined($sentTo);


-- 
This message was sent through the coldsync-hackers mailing list.  To remove
yourself from this mailing list, send a message to majordomo@thedotin.net
with the words "unsubscribe coldsync-hackers" in the message body.  For more
information on Coldsync, send mail to coldsync-hackers-owner@thedotin.net.