RE: [Exim] Exim filter question.

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: ceri.davies
Dátum:  
Címzett: sjg-eximusers
CC: exim-users
Tárgy: 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