Re: [Mimedefang] stream by recipient

2010-06-30 Thread ml ml
Oh, that sucks! Are there any alternatives? Thanks, Mario On Wed, Jun 30, 2010 at 4:53 PM, David F. Skoll wrote: > ml ml wrote: > >> i am not quite sure if i understood the stream_by_recipient function >> correctly. > > Unfortunately, stream_by_recipient only works wi

[Mimedefang] stream by recipient

2010-06-30 Thread ml ml
Hello List, i am not quite sure if i understood the stream_by_recipient function correctly. If i add: if (stream_by_recipient()) { return; } at the top if my filter_begin, then i get two message ids in my mail logs, but the filter_end function does not seem to get called. Any idea why that is

[Mimedefang] Bug in mimedefang-2.70/examples/init-script

2010-06-29 Thread ml ml
Hello, there is a typo in mimedefang-2.70/examples/init-script: It should be: `[ -n "$MX_RECIPOK_PERDOMAIN_LIMIT" ] && echo "-y $MX_RECIPOK_PERDOMAIN_LIMIT"` \ and not: `[ -n "$MX_RECIPOK_PERDOMAIN_LIMIT" ] && "echo -y $MX_RECIPOK_PERDOMAIN_LIMIT"` \ Regards, Mario _

Re: [Mimedefang] No queue ID available in envfrom() - mimedefang.c

2010-06-29 Thread ml ml
Hello, i am using postfix. Cheers, Mario On Tue, Jun 29, 2010 at 4:29 PM, David F. Skoll wrote: > ml ml wrote: > >> i am trying to get mimedefang running but i seem to run into this >> error ( mimedefang-2.70/mimedefang.c ): > > Are you using Sendmail or Postfix

[Mimedefang] No queue ID available in envfrom() - mimedefang.c

2010-06-29 Thread ml ml
Hello List, i am trying to get mimedefang running but i seem to run into this error ( mimedefang-2.70/mimedefang.c ): /* Try making a directory whose name contains the Sendmail qid first */ if (!data->qid || data->qid == NOQUEUE) { // We have no queue ID, so fail. syslog(LO

[Mimedefang] how can i change the required score in spamassassin in a mimedefang script?

2010-02-02 Thread ml ml
Hello List, i am currently playing around the mimedefang-filter example script which is included in almost all distributions. What i am trying to do now is to get the required spamassassin score per domain. Here is my code: http://pastebin.com/m690faaa2 (ok, this is a terrible proof-of-concept

Re: [Mimedefang] auto reply / vacation

2010-02-02 Thread ml ml
Hi, On Tue, Feb 2, 2010 at 1:12 AM, - wrote: > --- On Mon, 2/1/10, ml ml wrote: >> has anyone got some hints for me how to write a  auto  reply / >> vacation script? Or is there already such a project out ... > > Yes:  DON'T.  There are enough problems with existing a

[Mimedefang] auto reply / vacation

2010-02-01 Thread ml ml
Hello List, has anyone got some hints for me how to write a auto reply / vacation script? Or is there already such a project out there which does that kind of stuff? At the end i need: - Bounce protection - start/stop date (vacation) - ldap support (but i guess its easy to implement that) Has