Re: [Mimedefang] Score Clamav Results

2009-05-20 Thread Jeff Grossman
On 5/20/2009 4:58 PM, Jonas Eckerman wrote: Jeff Grossman wrote: I am starting to use some third party clamav virus databases and would like to score the results instead of just delete the e-mail which contains a hit. I'm doing this in a different way. I have to instances of clamd ru

Re: [Mimedefang] Score Clamav Results

2009-05-19 Thread Jeff Grossman
On 5/19/2009 3:43 PM, Dirk the Daring wrote: On Tue, 19 May 2009, mimedefang-requ...@lists.roaringpenguin.com wrote: -- Message: 1 From: "Jeff Grossman" I am starting to use some third party clamav virus databases

[Mimedefang] Score Clamav Results

2009-05-19 Thread Jeff Grossman
I am starting to use some third party clamav virus databases and would like to score the results instead of just delete the e-mail which contains a hit. I am not a very good Perl programmer. Does anybody have any examples of scoring those results based on the signature name? If so, would you be

[Mimedefang] Problems with mimedefang and sendmail 8.14.0

2007-02-03 Thread Jeff Grossman
I am still having some problems with mimedefang and sendmail 8.14.0. If I run mimedefang 2.60 and sendmail 8.14.0, after an hour or so I get the following errors: Feb 3 04:02:42 mail sm-mta[12023]: l13C2g8C012023: Milter (mimedefang): error connecting to filter: Connection refused by /var/spool/

Re: [Mimedefang] MIMEDefang 2.60 is Available

2007-02-02 Thread Jeff Grossman
This release is working perfectly for me with Sendmail 8.14.0. Thanks for the quick fix. Jeff > > MIMEDefang 2.60 is available from http://www.mimedefang.org/node.php?id=1 > ___ NOTE: If there is a disclaimer or other legal boilerplate in the above m

[Mimedefang] Error Against Sendmail 8.14.0

2007-02-02 Thread Jeff Grossman
I get the following errors when I compile against libmilter from Sendmail 8.14.0: Feb 2 04:02:05 apple mimedefang[13743]: MIMEDefang-2.59: st_optionneg[-1218937952]: 0xff does not fulfill action requirements 0x804d490 Feb 2 04:02:05 apple sm-mta[14802]: l12C232u014802: milter_sys_read(mimedefang

RE: [Mimedefang] SA scores

2006-10-17 Thread Jeff Grossman
It appears there is a '--update-dir' command line switch for sa-update which you can tell it where to place those newer files. I have not tried it yet, but it might do what we need with MIMEDefang. Jeff > -Original Message- > From: [EMAIL PROTECTED] [mailto:mimedefang- > [EMAIL PROTEC

RE: [Mimedefang] Rejecting some recipients

2005-09-15 Thread Jeff Grossman
> -Original Message- > From: [EMAIL PROTECTED] [mailto:mimedefang- > [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] > Sent: Thursday, September 15, 2005 3:20 PM > To: mimedefang@lists.roaringpenguin.com > Subject: RE: [Mimedefang] Rejecting some recipients >

Re: [Mimedefang] Rejecting some recipients

2005-09-15 Thread Jeff Grossman
On 9/15/05 2:18 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Yes but it's better to list the email addresses that you will accept rather > than the ones you will reject. That will save your server from constructing > bounce messages for nonexistent addresses. > > And depending on how you

[Mimedefang] Rejecting some recipients

2005-09-15 Thread Jeff Grossman
I currently have MIMEDefang setup on a Linux box running as a gateway to my mail server. In my mimedefang-filter, I have some code which will reject certain recipients who are not allowed to receive outside e-mail. I have about 15 e-mails accounts set up in this rule. It works for the most part.

Re: [Mimedefang] Filter Recipient Coding Help

2005-08-19 Thread Jeff Grossman
On 8/19/05 9:39 AM, "Joseph Brennan" <[EMAIL PROTECTED]> wrote: > > > --On Friday, August 19, 2005 9:05 -0700 Jeff Grossman <[EMAIL PROTECTED]> > wrote: > >> if ($recip2 eq '[EMAIL PROTECTED]' or >> $recip2 eq '

Re: [Mimedefang] Filter Recipient Coding Help

2005-08-19 Thread Jeff Grossman
On 8/19/05 9:36 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Matthew.van.Eerde wrote: >> action_notify_administrator("TESTING: Recipient: >> $recip2\nSender: $sender >> \nIP: $ip"); > > Just noticed you're using $recip2 and $sender... should that be $sender2? That is just

[Mimedefang] Filter Recipient Coding Help

2005-08-19 Thread Jeff Grossman
I need some help with some coding in filter recipient. I have the following code in my filter recipient section: my($recip, $sender, $ip, $host, $first, $helo, $rcpt_mailer, $rcpt_host, $rcpt_addr) = @_; $recip2 = $recip; $recip2 =~ tr/<>//d; $recip2 = lc($recip2); if ($recip2 eq '[EMAI

Re: [Mimedefang] Action Bounce Question

2005-01-17 Thread Jeff Grossman
On 1/17/05 12:20 PM, "Dave O'Neill" <[EMAIL PROTECTED]> wrote: > Jeff Grossman wrote: >> I must have something wrong in my filter. I am getting the following error: >> >> Jan 17 10:57:28 mail mimedefang.pl[29405]: action_bounce called outside of >

[Mimedefang] Action Bounce Question

2005-01-17 Thread Jeff Grossman
I must have something wrong in my filter. I am getting the following error: Jan 17 10:57:28 mail mimedefang.pl[29405]: action_bounce called outside of messa ge context Here is the part of my filter which is triggering this: (it is in filter-recipient) sub filter_recipient { my($recip, $sender

[Mimedefang] OT: Perl Resource

2004-10-09 Thread Jeff Grossman
What is a good book on Perl programming? I would like something that will help me with the mimedefang-filter file. Thanks, Jeff ___ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringp

Re: [Mimedefang] Mistake in Makefile.in in mimedefang-2.45-BETA-2 and mimedefang-2.44

2004-08-03 Thread Jeff Grossman
test -f $(DESTDIR)$(RPM_INSTALL_ROOT)${CONFDIR}/sa-mimedefang.cf ; then > because, /etc/mail/sa-mimedefang.cf is erasing . Make sure you sent this change directly to David. He is currently on vacation and turned off the list messages to his e-mail. Jeff -- Jeff Gross

RE: [Mimedefang] Overwriting sa-mimedefang.cf

2004-07-25 Thread Jeff Grossman
> On Sat, 24 Jul 2004, Jeff Grossman wrote: > > > I reinstalled MIMEDefang 2.44 last night and noticed that it overwrote my > > /etc/sa-mimedefang.cf file. Is this the way it is supposed to work? > > Did you do "make install" or "make install-redhat"

[Mimedefang] Overwriting sa-mimedefang.cf

2004-07-24 Thread Jeff Grossman
I reinstalled MIMEDefang 2.44 last night and noticed that it overwrote my /etc/sa-mimedefang.cf file. Is this the way it is supposed to work? Jeff -- Jeff Grossman ([EMAIL PROTECTED]) ___ Visit http://www.mimedefang.org and http://www.canit.ca

Re: [Mimedefang] Validating sender domain opinion

2004-07-12 Thread Jeff Grossman
on 7/12/04 7:04 AM, Ben Kamen at [EMAIL PROTECTED] wrote: > 2 config files - run bind 2 times binding the service to each interface. > (that's > the important part - MUST have 2 ethernet interfaces) > > Also - MS DNS is very evil. VERY evil. I would highly advise against running > it. Actually,

Re: [Mimedefang] Where is best to use $SendmailMacros{"auth_authen"} ?

2004-07-01 Thread Jeff Grossman
ssing the message from that point forward. But, that will not stop a message with a virus from being sent out. Jeff -- Jeff Grossman ([EMAIL PROTECTED]) ___ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Re: [Mimedefang]

2004-06-30 Thread Jeff Grossman
le_mode 0700 bayes_use_hapaxes 1 auto_learn_threshold_nonspam0.0 auto_learn_threshold_spam 8.0 And, my bayes database goes in the directory specified in that file. I have never made any changes to mimedefang.pl. Jeff -- Jeff Grossman ([EMAIL PROTECTED]) __

Re: [Mimedefang] Greylisting code, now with mysql Backend

2004-06-29 Thread Jeff Grossman
on 6/29/04 9:49 AM, Lucas Albers at [EMAIL PROTECTED] wrote: > > Jonas Eckerman said: >> On Fri, 25 Jun 2004 12:49:34 -0700, Jeff Grossman wrote: >> >>>   I know my next question is pretty open ended, but what do people >>>   on this list prefer for their

Re: [Mimedefang] Greylisting code, now with mysql Backend

2004-06-25 Thread Jeff Grossman
list prefer for their backend database, and why? I am currently using the DB-File method, but looking at this MySQL implementation. I am worried about the corruption issue that I have been reading about on here lately with DB-File. Thanks, Jeff -- Jeff Grossman ([EMA

RE: [Mimedefang] Another Greylist Question

2004-06-23 Thread Jeff Grossman
> -Original Message- > From: [EMAIL PROTECTED] [mailto:mimedefang- > [EMAIL PROTECTED] On Behalf Of David F. Skoll > Sent: Tuesday, June 22, 2004 12:07 PM > To: [EMAIL PROTECTED] > Subject: Re: [Mimedefang] Another Greylist Question > > On Tue, 22 Jun 2004, Jeff Gr

Re: [Mimedefang] Another Greylist Question

2004-06-22 Thread Jeff Grossman
on 6/22/04 8:44 AM, David F. Skoll at [EMAIL PROTECTED] wrote: > On Tue, 22 Jun 2004, Jeff Grossman wrote: > >> It seems that when I am connecting remotely to my Sendmail machine using >> SMTP Auth, it still temp fails my mail. How do I make it so that my mail >> sen

Re: [Mimedefang] OT: Sendmail greet_pause feature

2004-06-22 Thread Jeff Grossman
people setting their timeout value to for > greet_pause? Great, exactly what I was looking for. I currently have my setting at 1 milliseconds. I don't want to go to crazy because of some discussion on the comp.mail.sendmail newsgroup about mail servers with low timeout value

Re: [Mimedefang] Another Greylist Question

2004-06-22 Thread Jeff Grossman
on 6/22/04 8:44 AM, David F. Skoll at [EMAIL PROTECTED] wrote: > On Tue, 22 Jun 2004, Jeff Grossman wrote: > >> It seems that when I am connecting remotely to my Sendmail machine using >> SMTP Auth, it still temp fails my mail. How do I make it so that my mail >> sen

Re: [Mimedefang] Re: Another Greylist Question

2004-06-22 Thread Jeff Grossman
on 6/22/04 8:40 AM, Jeremy Mates at [EMAIL PROTECTED] wrote: > * Jeff Grossman <[EMAIL PROTECTED]> >> It seems that when I am connecting remotely to my Sendmail machine >> using SMTP Auth, it still temp fails my mail. How do I make it so that >> my mail sent using SMTP

[Mimedefang] Another Greylist Question

2004-06-22 Thread Jeff Grossman
It seems that when I am connecting remotely to my Sendmail machine using SMTP Auth, it still temp fails my mail. How do I make it so that my mail sent using SMTP Auth is not tempfailed, but sent immediately? Thanks, Jeff -- Jeff Grossman ([EMAIL PROTECTED

[Mimedefang] OT: Sendmail greet_pause feature

2004-06-22 Thread Jeff Grossman
e the ability to whitelist some ip's from the greeting delay. Jeff -- Jeff Grossman ([EMAIL PROTECTED]) ___ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailma

Re: [Mimedefang] Greylisting Question and Lost Input Channel

2004-06-22 Thread Jeff Grossman
on 6/21/04 6:35 PM, David F. Skoll at [EMAIL PROTECTED] wrote: > On Mon, 21 Jun 2004, Jeff Grossman wrote: > >> I just set up Greylisting on my service and have a question about the log. >> Is it normal for me to see these Lost Input Channel messages now? > > Lost in

[Mimedefang] Greylisting and Unknown User Question

2004-06-21 Thread Jeff Grossman
relay=[69.212.30.212] [EMAIL PROTECTED] is not a known user on my system. I would like to just reject this mail instead of tempfail it. Thanks, Jeff -- Jeff Grossman ([EMAIL PROTECTED]) ___ Visit http://www.mimedefang.org and http://www.canit.ca

[Mimedefang] Greylisting Question and Lost Input Channel

2004-06-21 Thread Jeff Grossman
I just set up Greylisting on my service and have a question about the log. Is it normal for me to see these Lost Input Channel messages now? Jun 21 18:04:29 apple sm-mta[18612]: i5M14Et8018612: ruleset=check_rcpt, arg1=, relay=d207-6-151-118.bchsia.telus.net [207.6.151.118], reject=5 54 5.7.1 Reje

RE: [Mimedefang] Code Help

2004-06-19 Thread Jeff Grossman
Will MIMEDefang read the .cf file that I copied over to /etc/mail/spamassasin? Or do I need to copy the data from the .cf file in the SpamCopURI download into the sa-mimedefang.cf file? Thanks, Jeff -- Jeff Grossman ([EMAIL PROTECTED]) > -Original Message- > From: David F.

[Mimedefang] Code Help

2004-06-18 Thread Jeff Grossman
I am not good with Perl code. Will the following code work for rejecting any message with "Powerful weightloss now available" in the subject of the e-mail? Or is there a better way to do this? I put this code in the filter_begin section. my($entity) = @_; if($SUBJECT =~ /Powerful we