pointer to a plugin that....

2010-06-29 Thread qpsmtpdfrose . 20 . ftumsh
Lo, I will be writing a plugin that, for a given recipient, parses the email body and sends out an email to other recipients. So, is there a similar plugin about that does similar that I can look at and an rob code from please? Warmly John

Re: RFC on concept: mailinglist_reject_nonsubbed

2010-06-29 Thread Ernesto
Hi Robin, please have a look at our db/suite, especially the module db/user http://dienstleistung-kultur.de/qpsmtpd/db_user.shtml A description of our mail system and statistics you'll find on http://dienstleistung-kultur.de/spamstat.shtml Maybe you get some inspiration from our solution.

Re: RFC on concept: mailinglist_reject_nonsubbed

2010-06-29 Thread Steve Kemp
On Tue Jun 29, 2010 at 02:13:08 +, Robin H. Johnson wrote: Summary: For any given valid recipient, compare the sender whitelist of exact matches and regexes. If the sender is NOT present, issue a permanant deny (5xx). Details: For the Gentoo mailing lists, we're seeing a lot

Re: pointer to a plugin that....

2010-06-29 Thread Steve Kemp
On Tue Jun 29, 2010 at 12:13:07 +0100, qpsmtpdfrose.20.ftu...@spamgourmet.com wrote: I will be writing a plugin that, for a given recipient, parses the email body and sends out an email to other recipients. So, is there a similar plugin about that does similar that I can look at and an rob

Re: pointer to a plugin that....

2010-06-29 Thread qpsmtpdfrose . 20 . ftumsh
Steve Kemp - st...@steve.org.uk wrote: On Tue Jun 29, 2010 at 12:13:07 +0100, qpsmtpdfrose.20.ftu...@spamgourmet.com wrote: So, is there a similar plugin about that does similar that I can look at and an rob code from please? Real programs don't rob code, they become inspired ;)

Re: RFC on concept: mailinglist_reject_nonsubbed

2010-06-29 Thread Ask Bjørn Hansen
On Jun 29, 2010, at 4:13, Robin H. Johnson robb...@gentoo.org wrote: Summary: For any given valid recipient, compare the sender whitelist of exact matches and regexes. If the sender is NOT present, issue a permanant deny (5xx). Nice idea. Here at perl.org a human is (amazingly) moderating

rewriting body with contents of attachment

2010-06-29 Thread Loren Carvalho
Hey all, I've been reading this group for a while now, and I'm stumped so I decided to come here to ask for help... I've got a pretty robust plugin written for qpsmtpd that inserts parsed received mail into a SQL database and the raw text of the mail onto a fileserver... It works great, it's