--- loncom/lond 2005/12/09 21:17:16 1.303 +++ loncom/lond 2006/01/17 21:00:00 1.305 @@ -2,7 +2,7 @@ # The LearningOnline Network # lond "LON Daemon" Server (port "LOND" 5663) # -# $Id: lond,v 1.303 2005/12/09 21:17:16 albertel Exp $ +# $Id: lond,v 1.305 2006/01/17 21:00:00 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -59,7 +59,7 @@ my $DEBUG = 0; # Non zero to ena my $status=''; my $lastlog=''; -my $VERSION='$Revision: 1.303 $'; #' stupid emacs +my $VERSION='$Revision: 1.305 $'; #' stupid emacs my $remoteVERSION; my $currenthostid="default"; my $currentdomainid; @@ -1978,6 +1978,7 @@ sub update_resource_handler { new Cache::Memcached({'servers'=>['127.0.0.1:11211']}); my $url=$fname; $url=~s-^/home/httpd/html--; + $url=~s-\.meta$--; my $id=&escape('meta:'.$url); $memcache->delete($id); } @@ -3596,10 +3597,7 @@ sub dump_dcmail_handler { my $match = 1; my ($timestamp,$subj,$uname,$udom) = split(/:/,&unescape(&unescape($key)),5); # yes, twice really - $timestamp = &unescape($timestamp); $subj = &unescape($subj); - $uname = &unescape($uname); - $udom = &unescape($udom); unless ($startfilter eq '.' || !defined($startfilter)) { if ($timestamp < $startfilter) { $match = 0;