2 Feb
2007
2 Feb
'07
2:21 p.m.
Hi,
I saw two version of it around:
- one that forks and call dspam
- one that calls a store procedure in mysql.
I was wondering if we can just log signature and classification into a flat file, instead.
Yes, you could. However, you may run into problems with multiple clients accessing the same file, hence you'll need to lock the file and all that. It shouldn't be hard to do based on the mysql plugin though.
johannes