RE: [Exim] Exim filter question.

Top Page
Delete this message
Reply to this message
Author: ceri.davies
Date:  
To: sjg-eximusers
CC: exim-users
Subject: 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