Re: [Mimedefang] add_recipient and delete_recipient

2016-07-18 Thread Javier Kohan
El 18/7/2016 a las 19:13, J.J. Day escribió: > I know that I am coming to the conversation late, but FWIW I do a similar > process to redirect spam mail. > I am using FreeBSD, Sendmail, SpamAssassin 3.4.1 and mimedefang 2.78. I have > been using this for some time so the versions should not be re

Re: [Mimedefang] add_recipient and delete_recipient

2016-07-17 Thread Javier Kohan
El 17/7/2016 a las 20:39, Dianne Skoll escribió: > On Sun, 17 Jul 2016 13:52:10 -0300 > Javier Kohan wrote: > >> The log lines inmediately after add_recipient and delete_recipient are >> beeing executed because I see their output in the logs. I must be >> doing any

Re: [Mimedefang] add_recipient and delete_recipient

2016-07-17 Thread Javier Kohan
El 16/7/2016 a las 22:45, Dianne Skoll escribió: > On Sat, 16 Jul 2016 21:43:35 -0400 > Dianne Skoll wrote: > >> I suspect that's where you are going wrong. You are using numeric >> comparison rather than string comparison. I think you probably want: > And in fact you do that in a number of plac

Re: [Mimedefang] add_recipient and delete_recipient

2016-07-16 Thread Javier Kohan
El 16/7/2016 a las 02:27, Bill Cole escribió: > I've run into exactly that problem *twice* and both times it had the > same root cause: I had not provided the "-t" option to MD which is > required for it to call filter_recipient() at all. > > I hope your problem has that simple solution. :) No, sa

[Mimedefang] add_recipient and delete_recipient

2016-07-14 Thread Javier Kohan
Hello, Im trying to use those functions in filter_recipient and they seem not to work, at least in the way I use them. The inteded use is to check incoming mail for some particular users in a border gateway and in case they match, rewrite their domain so sendmail, via mailertable, can send to

[Mimedefang] Problem after migration from etch to lenny - MIME::Parser::ParanoidFiler

2009-02-24 Thread Javier Kohan
I had the following problem. Feb 24 13:43:21 rama1 mimedefang-multiplexor[27833]: Slave 2 stderr: Can't locate object method "new" via package "MIME::Parser::ParanoidFiler" at /usr/bin/mimedefang.pl line 5536. Feb 24 13:43:21 rama1 mimedefang-multiplexor[27833]: Reap: slave 2 (pid 27858) exited n

[Mimedefang] About certain variables lifecycle

2009-01-20 Thread Javier Kohan
I have read in mimedefang-filter that certain variables (like $RelayAddr et al) exist only in filter_sender and filter_recipient, but I observed many times that in fact they are set in filter_begin. Is this a new feature not reflected in the man page or else it is not guaranteed to happen always ?