On Thu, Sep 23, 2004 at 03:42:30PM +0200, Meni Shapiro wrote: > >>Can't locate object method "new" via package "Date::Simple" (perhaps you > >>forgot to load "Date::Simple"?) at /etc/mail/mimedefang-filter line 390. > >>[end quote] > >> > >>I have no idea what to do? > > > >I suspect that you forgot a "use Date::Simple;" somewhere in your > > > BTW: we change the time (here in Israel) we moved back one hour due to > summer saving end piriod. > I changed the time manualy on the mail-server with date -s....
Err... normal operating systems do that automatically. > It is posible that the problem started then....(i'm not sure) > anyway...i tried add the 'use Date::Simple;' and that cuase a > compilation error (perl) > what next?? no idea. Contact someone who knows perl? (http://www.perl.org.il/ looks like a place to start, maybe). Or, if the command "perl -MDate::Simple -e 1" gives an error of the form "Can't locate Date/Simple.pm in @INC...", then your Date::Simple module has vanished, and needs to be reinstalled (for example with the command "perl -MCPAN -e 'install Date::Simple'", but you might want to use a package manager to do it). -- #!perl -wpl # mmfppfmpmmpp mmpffm <[EMAIL PROTECTED]> $p=3-2*/[^\W\dmpf_]/i;s.[a-z]{$p}.vec($f=join('',$p-1?chr(sub{$_[0]*9+$_[1]*3+ $_[2]}->(map{/p|f/i+/f/i}split//,$&)+97):qw(m p f)[map{((ord$&)%32-1)/$_%3}(9, 3,1)]),5,1)='`'lt$&;$f.eig; # Jan-Pieter Cornet _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

