I am upgrading a server and an existing perl CGI program requires IMAP::Sieve
perl module.
My problem is that I can't find any reference to it anymore on Internet.
Does someone knows if it has been replaced by something else and/or where I could find it ?
The existing perl CGI program we use is websieve
(can be found on SourceForge).
We do not want to use something else as we customized it and it is working perfectly.
The script is also using IMAP::Admin
.
Thanks a lot for any hint or advice.
Usually for old modules the place to go is backpan, however this looks like it's actually part of something else and lives on sourceforge rather than cpan:
Inside the tarball for the latest release there is a tarball for perlsieve-0.4.9, the make file for which reads:
So just install it the old fashioned way:
Feel free to
dmake test
beforedmake install
, it prompts for test server criteria, I don't have one.