From: "Ranga Nathan" <[EMAIL PROTECTED]>
   Date: Thu, 3 Oct 2002 14:26:47 -0400

   Before I do some research, would anyone off-hand know what the following
   error could be due to? Just a quick pointer is what I need. Thanks.

   Mail::Mailer::sendmail=GLOB(0x84815c8) Dear Hoosier:... List:; syntax
   illegal for recipient addresses /home/kairanga/dead.letter... Saved
   message in /home/kairanga/dead.letter
   Mail::Mailer::sendmail=GLOB(0x84793d0) 

   The mail had been working fine until recently.

Looks like the salutation "Dear Hoosier:" is being parsed as part of the
headers.  I would suspect linear whitespace on what should be the blank
line that separates the headers from the body.  (This is based on my
understanding of RFC822 rather than the perl code involved.)

                                        -- Bob Rogers
                                           http://rgrjr.dyndns.org/
_______________________________________________
Boston-pm mailing list
[EMAIL PROTECTED]
http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to