> 
> I got a perl script from http://xmail.thbird.org/perl.php
> That is supposed to autorespond for one of my users however it does not
> respond I get this error:
> 
> 
> Can't locate Mail/sendmail.pm in @INC <@INC contains: d:/perl/lib
> d:/perl/site/lib .> at D:\mailroot\scripts\autoreply.pl line 34.
> BEGIN failed--compilation aborted at D:\mailroot\scripts\autoreply.pl
> line 34
> 
> obviously either I do not have the correct perl module installed or I
> need to change something in line 34 of autoreply.pl yet not being a perl
> programmer I do not know what to do...

you need to install the Mail::Sendmail module.

# perl -MCPAN -e shell
cpan> install Mail::Sendmail
cpan> quit

/thomas.


> > Hope this helps!=20
> Thanks,=20
> Troy
> 
> -
> To unsubscribe from this list: send the line "unsubscribe xmail" in
> the body of a message to [EMAIL PROTECTED]
> For general help: send the line "help" in the body of a message to
> [EMAIL PROTECTED]
> 
> 
> -- 
> ----------------------------------------------------------------------------
> XMail::Scope::nntpfwd v1.00  |  2002-12-12 20:08:06Z
> <nntp://news.saltstorm.net/saltstorm.xmail/3064>
-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to