On Mon, 10 Jun 2002, Greg Ward wrote: > Has the filesystem on cvs.perl.org changed recently? Or is this a > temporary thing?
oops, we changed it in November but I forgot to upgrade the instructions. The cvs server was upgraded and we killed the old symlink. try, cvs -d :pserver:[EMAIL PROTECTED]:/cvs/public login [press enter at the password prompt] cvs -d :pserver:[EMAIL PROTECTED]:/cvs/public co qpsmtpd by the way, I am working on v0.10 which will have OO internals to make it easy to write "plugins". The idea is that all checks, rewrite rules, blocking rules, whatever can be written as a plugin. I think the object oriented design I worked out will allow it to be really flexible and still reasonable efficient. It will also make it easier to use the internals in a different kind of daemon (as in not running under tcpserver; but maybe a preforking daemon or something like that). - ask
