Hello --
I have mutt-1.4.2.2 installed on a Solaris 9/x86 machine. It sends
and receives messages without any problem, however, the Cc doesn't
work. The receivers listed in Cc are not able to receive any messages.
Othe mail clients, such as pine, on the same machine don't have this
odd problem.
On Dec 4, 2007 12:04 PM, Kyle Wheeler <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On Tuesday, December 4 at 10:28 AM, quoth Derek Xu:
>
> >I have mutt-1.4.2.2 installed on a Solaris 9/x86 machine. It sends
> >and receives mess
> It looks like the script is mis-using the Net::SMTP module. Instead
> of:
>
> foreach $to (@ARGV)
> {
> $smtp->to($to);
> }
>
> The documented *correct* method of specifying recipients is:
>
> $smtp->to(@ARGV);
>
> My guess is that every call to the to() function resets th