diff -up smeserver-fetchmail-1.3.6/root/etc/e-smith/templates/etc/fetchmail/90fetchmail.erroronexpandtemplate smeserver-fetchmail-1.3.6/root/etc/e-smith/templates/etc/fetchmail/90fetchmail --- smeserver-fetchmail-1.3.6/root/etc/e-smith/templates/etc/fetchmail/90fetchmail.erroronexpandtemplate 2008-04-20 14:27:24.000000000 +0200 +++ smeserver-fetchmail-1.3.6/root/etc/e-smith/templates/etc/fetchmail/90fetchmail 2009-04-07 14:38:59.000000000 +0200 @@ -101,7 +101,7 @@ close VER ; my $packver = $packversion ; $packversion =~s/[-\.]/0/g ; - if ( $packversion >$version ) { + if ( $packversion gt $version ) { $UsersDatasToConvert = 1 ; $FM->set_prop('version', $packver ) ; }