Hello William, On Friday, February 07, 2003, William R. Mussatto wrote... >>> However, serveral plugins did not till I found that they required >>> a more recent version of php. Had to chase down the differences. >>> Since I'm from perl it was INTERESTING. Could the version (down to >>> the subversion level) appear in the readme files.
>> It depends I guess. The plugin authors should doc the plugins, but >> sometimes they don't do it well. Which ones are you having issues >> with? And what problems do you see? > OK. Procmail Filter (don't know if this is ftpd or SM) will time out doing > an load of the existing filter file resulting in an erasure of all > filters. My solution is to call to small perl programs to copy the files > (setuid root) instead of the ftp (on the same box). > Same plugin used ftp_close when debian's version of php4 uses ftp_quit. ftp_close was added in PHP 4.2.0 and is just an alias for ftp_quit, so you can probably just change the command. if that doesn't work. > Thought there were more, something involving leaving of a length > which in the debian version is NOT optional. Sorry, should have > brought it up at the time. Could you try and work out which one that was again, and I can find out some more info. -- Jonathan Angliss ([EMAIL PROTECTED]) ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
