[PHP] mail filtering ... procmail + php query

2004-08-28 Thread vivek athalye
hi, after looking at the imap functions...i was wondering how the mail filtering works... afaik procmail does that...but is there any std way / php functions to set the filters? i know the filtering depends on mail server...but if we assume that it is done using procmail... is it somehow

Re: [PHP] mail filtering ... procmail + php query

2004-08-28 Thread Jason Wong
On Saturday 28 August 2004 18:36, vivek athalye wrote: after looking at the imap functions...i was wondering how the mail filtering works... afaik procmail does that... If by filtering you mean imap_search() then that works in a completely different way to procmail. but is there any std way