Assuming you have root/admin access to the sendmail server, you can check the 
maillog (usually /var/log).  If you don't, then you may want to check out 
using a different module (other than MIME::Lite).  I did a quick lil' look 
and it doesn't seem to have a debug mode.  I have used a module in the past 
that has, but forgot its name.  It was cool in that you could put it debug 
mode and it will output (to a file) all of its interactions with sendmail, 
which will help you in this situation.

Jason

If memory serves me right, on Wednesday 14 November 2001 21:47, Michael Mimo 
wrote:
> check you e-mail address to make sure they are all valid. Use a next comand
> to skip bad e-mail address at the end of your statment.
>
> example,
> {
> {statment) = blaa
> or next;
>
> }
>
>
> ----- Original Message -----
> From: "Byron Wise" <[EMAIL PROTECTED]>
> To: "Perl-Unix-Users" <[EMAIL PROTECTED]>
> Sent: Wednesday, November 14, 2001 9:31 PM
> Subject: [Perl-unix-users] SendMail
>
>
> I wrote a script that loops through email addresses
> validates them then uses MIME::Lite one at a time to
> send them to SendMail.  We have checked the scirpt
> with 10 -15 email addresses that we can verify but
> when we used it the first time using 3700 email
> addresses it didn't quite work.  We had put seeds in
> at the beginning and end to verify it was working.
> The seeds at the beginning we got but the ones at the
> end we didn't.  I'm convinced the perl script that
> runs this is fine.  My guess is that there is
> something going on with SendMail that I don't know
> about.
> Does anyone know what might be going on or where a
> good place to start looking is?
>
> Many thanks,
> byron
>
> __________________________________________________
> Do You Yahoo!?
> Find the one for you at Yahoo! Personals
> http://personals.yahoo.com
> _______________________________________________
> Perl-Unix-Users mailing list. To unsubscribe go to
> http://listserv.ActiveState.com/mailman/subscribe/perl-unix-users
>
>
>
> _______________________________________________
> Perl-Unix-Users mailing list. To unsubscribe go to
> http://listserv.ActiveState.com/mailman/subscribe/perl-unix-users
_______________________________________________
Perl-Unix-Users mailing list. To unsubscribe go to 
http://listserv.ActiveState.com/mailman/subscribe/perl-unix-users

Reply via email to