RE: [Exim] Exim filter question.

Góra strony
Delete this message
Reply to this message
Autor: ceri.davies
Data:  
Dla: sjg-eximusers
CC: exim-users
Temat: RE: [Exim] Exim filter question.
> From: Sebastien J. Gross [mailto:sjg-eximusers@chezwam.org]

> Yes, I think the best way is to use a perl code doing the stuff, but
> actually I do not know how to access exim's dbm files in perl.
>
> I tryed different kind of modules such as DB_File AnyDBM_File or
> GDBM_File without any success.
>
> Does someone have a small part of code?


You could just get away with the standard dbmopen and dbmclose
functions.

Ceri