[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[coldsync-hackers] I have problems with Mail.pm
- To: <coldsync-hackers at lusars dot net>
 
- Subject: [coldsync-hackers] I have problems with Mail.pm
 
- From: "Brian Johnson" <bjohnson at jecinc dot on.ca>
 
- Date: Fri, 15 Mar 2002 12:09:12 -0500
 
- Importance: Normal
 
- Reply-To: coldsync-hackers at lusars dot net
 
- Sender: owner-coldsync-hackers at lusars dot net
 
I keep getting
Use of uninitialized value in substitution (s///) at
/usr/lib/perl5/site_perl/5.6.0/Palm/Mail.pm line 361.
run_conduit: got status 301
Use of uninitialized value in substitution (s///) at
/usr/lib/perl5/site_perl/5.6.0/Palm/Mail.pm line 362.
Use of uninitialized value in substitution (s///) at
/usr/lib/perl5/site_perl/5.6.0/Palm/Mail.pm line 363.
Use of uninitialized value in substitution (s///) at
/usr/lib/perl5/site_perl/5.6.0/Palm/Mail.pm line 364.
These lines are
        $cc =~ s/\s*\n\s*(?!$)/, /gs;
        $bcc =~ s/\s*\n\s*(?!$)/, /gs;
        $replyTo =~ s/\s*\n\s*(?!$)/, /gs;
        $sentTo =~ s/\s*\n\s*(?!$)/, /gs;
I don't know what these lines are doing.
Should I be sending something other than null (ie $record->{to}='';) values
to these fields?
-- 
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.