search for: mail_get_mail_file_path

Displaying 1 result from an estimated 1 matches for "mail_get_mail_file_path".

2007 Sep 29
3
plugin problem
...nted the dspam_plugin to be able to handle pristine mails for dspam retraining, as opposed to the signature based retraining. Question: How can I retrieve the full unix path for a specific mail? The original code uses mail_get_first_header() to retrieve the signature header. I need something like mail_get_mail_file_path(&path) which I then could pass on to dspam. Is there some such function available? Thanks in advance /Lars