Re: [Mimedefang] 0x1f does not fulfill action requirements 0x3f

2004-09-06 Thread Eric Murray
David F. Skoll wrote: On Tue, 7 Sep 2004, Matt Smith wrote: On Mon, 06 Sep 2004 18:53:18 +0200, "The Searcher" <[EMAIL PROTECTED]> wrote: MIMEDefang-2.44: st_optionneg[1090857776]: 0x1f does not fulfill action requirements 0x3f You have linked against a newer version of libmilter

Re: [Mimedefang] 0x1f does not fulfill action requirements 0x3f

2004-09-06 Thread David F. Skoll
On Tue, 7 Sep 2004, Matt Smith wrote: > On Mon, 06 Sep 2004 18:53:18 +0200, "The Searcher" > <[EMAIL PROTECTED]> wrote: > > MIMEDefang-2.44: st_optionneg[1090857776]: > > 0x1f does not fulfill action requirements 0x3f You have linked against a newer version of libmilter than the one your Sendmai

Re: [Mimedefang] RETVAL=137 ? anyone know what this means?

2004-09-06 Thread David F. Skoll
On Mon, 6 Sep 2004, Thomas Barnes wrote: > During "make install" it seems an incomplete binary for both > mimedefang and mimedefang-multiplexor are placed in /usr/local/bin > I look at the byte size and see about 3000kb and the binary > in the build directory is 886280. That's because "make insta

Re: [Mimedefang] 0x1f does not fulfill action requirements 0x3f

2004-09-06 Thread Matt Smith
On Mon, 06 Sep 2004 18:53:18 +0200, "The Searcher" <[EMAIL PROTECTED]> wrote: > Mimedefang starts without any problems, but when a mail arrives in the queue it's not processed by the milter and the syslog reports folowing: > > MIMEDefang-2.44: st_optionneg[1090857776]: > 0x1f does not fulfill acti

Re: [Mimedefang] counting emails flagged as spam

2004-09-06 Thread Kenneth Porter
--On Monday, September 06, 2004 3:33 PM -0400 "Kevin A. McGrail" <[EMAIL PROTECTED]> wrote: You might want to look into GraphDefang. There is already a tie-in for it in MD by using a line such as: md_graphdefang_log('spam', $hits, $RelayAddr); I just set this up on a couple of servers and it's p

Re: [Mimedefang] RETVAL=137 ? anyone know what this means?

2004-09-06 Thread Thomas Barnes
I think I found the problem. (though ldd shows me the correct linking regardless) and "file" shows a 32 bit ELF . stripped. .etc. . . During "make install" it seems an incomplete binary for both mimedefang and mimedefang-multiplexor are placed in /usr/local/bin I look at the byte size and see a

[Mimedefang] I did it!!!

2004-09-06 Thread CONTRERAS, Pablo
Hi, list, thanks for your help, in fact the answer is on the history mimedefang-list, and I have the last question, what can I do, for match a word in the body of mail? Thanks!!! Possible answer (modify for me) It's run ok, but is it correct? sub filter_end($) { my($entity) = @_; my $recip;

Re: [Mimedefang] counting emails flagged as spam

2004-09-06 Thread Kevin A. McGrail
You might want to look into GraphDefang. There is already a tie-in for it in MD by using a line such as: md_graphdefang_log('spam', $hits, $RelayAddr); I have some reasonably decent instructions about using graphdefang here http://www.peregrinehw.com/downloads/MIMEDefang/INSTALL-GRAPHDEFANG You

Re: [Mimedefang] counting emails flagged as spam

2004-09-06 Thread Jeff Rife
On 6 Sep 2004 at 12:37, Mike Campbell wrote: > Anyone have a good way to keep a running count of how many email > messages have been flagged as spam by spamassassin? I just add a line like this: md_graphdefang_log('spam', $hits, $RelayAddr); Then, you can use various tools that process the sen

Re: [Mimedefang] RETVAL=137 ? anyone know what this means?

2004-09-06 Thread David F. Skoll
On Fri, 3 Sep 2004, Thomas Barnes wrote: > + /usr/local/bin/mimedefang-multiplexor -p > /var/spool/MIMEDefang/mimedefang-multiplexor.pid -m 2 -x 10 -U defang -b > 600 -l -s /var/spool/MIMEDefang/mimedefang-multiplexor.sock > Killed Type: ldd /usr/local/bin/mimedefang-multiplexor You may be missi

[Mimedefang] RETVAL=137 ? anyone know what this means?

2004-09-06 Thread Thomas Barnes
Hello folks I was able to build mimedefang but can not get it to start. I am using solaris 9 x86 , installed all of the perl modules and etc. . when I try to start the ./examples/init-script I get "Killed" I used sh -x ./init-script start and got the following. Is there anyone who knows what

[Mimedefang] counting emails flagged as spam

2004-09-06 Thread Mike Campbell
Anyone have a good way to keep a running count of how many email messages have been flagged as spam by spamassassin? Given that the MD filter is just perl I can easily add in a couple of lines that just updates a file count but was wondering if someone had a more sophisticated working example.

[Mimedefang] 0x1f does not fulfill action requirements 0x3f

2004-09-06 Thread The Searcher
Hi, Mimedefang starts without any problems, but when a mail arrives in the queue it's not processed by the milter and the syslog reports folowing: MIMEDefang-2.44: st_optionneg[1090857776]: 0x1f does not fulfill action requirements 0x3f Below is a detailed log. I'm running Red Hat 9 Sendmail

Re: [Mimedefang] QDir path...

2004-09-06 Thread David F. Skoll
On Mon, 6 Sep 2004, John Von Essen wrote: > I upgraded to MD-2.44. > I forget which MIMEDefang scalar I was using in my filter file to get > that path. I thought it was $QuarantineDir - but that just returns > /var/spool/MD-Quarantine. And $QuarantineSubDir returns nothing. Call the function get

[Mimedefang] match the sender user name

2004-09-06 Thread CONTRERAS, Pablo
Hi, list again, I'm finding out in the mimedefang archive list and find it, I need modify for match a word in the username sender, could you help me? my($RawSender); $RawSender = $Sender; # Strip angle brackets $RawSender =~ s/[<>]//g; # What can I do for matchi

[Mimedefang] QDir path...

2004-09-06 Thread John Von Essen
I upgraded to MD-2.44. In older versions, I told the user in the quarantine message to reference the real path of the quarantined message on my server when contacting an admin. So after the paragraph about why an attachment got blocked, it would say contact sysadmin and reference "qdir-2004-09-

[Mimedefang] Strange problem with SpamAssassin and mimedefang-2.44

2004-09-06 Thread Andrew Savin
Hello all. We have some strange problem with MD & SA. Bayes analyser of SA always gives score of 0.5. All other tests working (including network tests, like razor, dcc & so). If we're run FC1, spamassassin-2.63-0.9.2 rpm. $ spamassassin -p /etc/mail/sa-mimedefang.cf -t < /usr/share/doc/spamass

[Mimedefang] Strange problem with SpamAssassin and mimedefang-2.44

2004-09-06 Thread Andrew Savin
Hello all. We have some strange problem with MD & SA. Bayes analyser of SA always gives score of 0.5. All other tests working (including network tests, like razor, dcc & so). If we're run FC1, spamassassin-2.63-0.9.2 rpm. $ spamassassin -p /etc/mail/sa-mimedefang.cf -t < /usr/share/doc/spamass

[Mimedefang] find word in mail address

2004-09-06 Thread CONTRERAS, Pablo
Hi list! , I'm try to make a rule, It allow me find a word in the address ([EMAIL PROTECTED], user and domain). I need to redirect all mail sent from addresses(in user name or domain) which contain some of this words for i.e. "word". *1 sub filter_end { if ($Sender = =~ /^?$/i ) { # I