Hi,

I did some further testing. When commenting out the spamassin module in /usr/local/bin/mimedefang.pl :

sub detect_and_load_perl_modules () {
    if (!defined($Features{"AutoDetectPerlModules"}) or
        $Features{"AutoDetectPerlModules"}) {
        # if (!defined($Features{"SpamAssassin"})) {
# (eval 'use Mail::SpamAssassin (); $Features{"SpamAssassin"} = 1;')
        #       or $Features{"SpamAssassin"} = 0;
        # }

then everything works fine (that is to say I can send a mail from my MUA).
I compiled Spam Assissin from source and run a "make test" which seemed to work.
I did a test run of Spam Assissin on the shell:
spamassassin -t < sample-nonspam.txt > nonspam.out
spamassassin -t < sample-spam.txt > spam.out
This was working too.
So I don't know, whether the problem is with Spam Assissin itself, or the perl modules it is using; or there is a communication problem with Spam Assissin and Mimedefang...

Regards


Am 04.09.2011 11:16, schrieb Ghislain:
Le 01/09/2011 18:58, David F. Skoll a écrit :
On Thu, 01 Sep 2011 18:16:03 +0200
Ghislain<[email protected]>  wrote:

   kernel: mimedefang[10760]: segfault at 130 ip 00007faef285c900 sp
0000000042c200f0 error 4 in libmilter.so.1.0.1[7faef2851000+f000]
That looks like a mimedefang crash, not a multiplexor crash.

How did you install?  From source?  Is your milter library
the same version MIMEDefang was compiled against?


this is the debian version i used the packages.



_______________________________________________
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list [email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang
_______________________________________________
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list [email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to