Thank you deugene for your work!
It inspired me to plug a filter I wrote, basically to convert OpenOffice documents to MS-Office documents on the fly for outgoing e-mails. This can be quite useful for organizations that have adopted OpenOffice but that need to exchange editable files with the outside world in a transparent way.
I know it is anathema to modify the email content, but a sysadm has to do what a sysadm has to do ;-)
The script is quite configurable through a setup file, and the code is simple enough to modify it for other uses.
My extension is called "oo2ms" and can be downloaded from
Fichiers WHM. There are 2 RPM files, one with the scripts and another with the RPM sources. On Fedora/RH/SuSE the installation is just:
Code:
rpm -ivh oo2ms-1.0-WHM.noarch.rpm
Then read the README in /usr/share/doc/oo2ms-1.0/.
If you have any other platform (normally debian based), you will need to extract the files from the RPM (with rpm2cpio) and follow the manual installation procedure.
I enclose the README and rpm files (inside a tgz file).
Enjoy!
Carlos