On Tue, Mar 22, 2016 at 10:57:00PM +0100, frit...@alokat.org wrote:
> Hi,
> 
> is it possible to share data between callback functions in a python-based 
> filter?
> I'm looking for something like this one (from the clamav filter):
> - filter_api_set_udata
> - filter_api_get_udata

I think you could just create your own python dict which associates user
data with the given message ID. 
 
> If it's not, how can I compile a C-based filter?
> gcc(1) says: smtpd-api.h no such file or directory. According to filter_api(3)
> it has to be included.
> 
> --f.
> 
> -- 
> You received this mail because you are subscribed to misc@opensmtpd.org
> To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org
> 

-- 
You received this mail because you are subscribed to misc@opensmtpd.org
To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org

Reply via email to