Ok that error is gone now I have no errors it just does not work....it could be that I do not have the file-stat module installed yet on the windows version of active perl it does not seem to come with the module and I dot know how to build one and install it in windows. Any takers?
-----Original Message----- From: Andrew Joakimsen [mailto:[EMAIL PROTECTED]]=20 Sent: Thursday, December 12, 2002 3:56 PM To: [EMAIL PROTECTED] Subject: [xmail] Re: Not truly xmail related Your error is=20 >Can't locate Mail/sendmail.pm in @INC <@INC contains: d:/perl/lib=3D20 >d:/perl/site/lib .> at D:\mailroot\scripts\autoreply.pl line 34.=20 >line=3D20 34 So either you add the path to @INC or you put the .pm file in D:\perl\lib\Mail -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Troy Rodriguez Sent: Thursday, December 12, 2002 4:36 PM To: [EMAIL PROTECTED] Subject: [xmail] Re: Not truly xmail related I found the module I am running Win 2k so can't do rpms but I got it installed and it is still not working no sure if I edited the files right but I think they are all correct. In most places I added the whole path to file ie d:\mailroot\scripts\autoreply.pl etc etc...any ideas what to look for next? -----Original Message----- From: Theo [mailto:[EMAIL PROTECTED]]=3D20 Sent: Thursday, December 12, 2002 3:22 PM To: [EMAIL PROTECTED] Subject: [xmail] Re: Not truly xmail related On Thu, 12 Dec 2002 14:14:36 -0600, Troy Rodriguez wrote: > >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=3D20 >d:/perl/site/lib .> at D:\mailroot\scripts\autoreply.pl line 34. line=3D20 >34 > >obviously either I do not have the correct perl module installed or I=3D20 >need to change something in line 34 of autoreply.pl yet not being = a=3D20 >perl programmer I do not know what to do... > Hello, You must install the Perl-Sendmail module wich can be found at cpan.org . The tar.gz can be found here : http://cpan.org/authors/id/M/MI/MIVKOVIC/Mail-Sendmail-0.78.tar.gz But some Linux distributions (like mandrake) have also a RPM version available on CDrom . I think on cpan.org is also a rpm version available but ii'm not sure ... Good luck. Groeten, Theo. --=3D20 ERROR WRITING USAGE -Overzicht lijnmonitoren : http://lijnmonitor.thbird.org/overzicht -Kwaliteitstest Cistron Backbone : http://lijnmonitor.thbird.org -Our sites are 100% UPC free --Uptime thbird.org:41 days, 8 hours and 45 minutes, 0 users logged in. - 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] - 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] - 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] - 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]
