Re: [Mimedefang] whitelist_from not working

2004-08-23 Thread Jon Fullmer
I'm sorry. I should have been more specific. I put them in the sa-mimedefang.cf file, and they work fine for me. - Jon > on 8/23/04 7:19 AM, Mike Carlson at [EMAIL PROTECTED] wrote: > >> I have MimeDefang installed on a FreeBSD 4.8 box and I am running into a >> problem where a whitelisted ad

Re: [Mimedefang] whitelist_from not working

2004-08-23 Thread Jon Fullmer
That's where I put them, and they work for me. - Jon on 8/23/04 7:19 AM, Mike Carlson at [EMAIL PROTECTED] wrote: > I have MimeDefang installed on a FreeBSD 4.8 box and I am running into a > problem where a whitelisted address is still getting tagged as spam. I have > added the address to /usr/

[Mimedefang] Re: Upgrading MD from 2.33

2004-08-23 Thread NFN Smith
David F. Skoll wrote: On Mon, 23 Aug 2004, NFN Smith wrote: Where I'm at right now is that I remember that there were changes, but I can't find in my personal archives or the mailing list archives any description of what changes I need to get added. Download 2.44, and search for the string:

Re: [Mimedefang] Upgrading MD from 2.33

2004-08-23 Thread David F. Skoll
On Mon, 23 Aug 2004, NFN Smith wrote: > Where I'm at right now is that I remember that there were changes, but I > can't find in my personal archives or the mailing list archives any > description of what changes I need to get added. Download 2.44, and search for the string: NOTE INCOMPA

[Mimedefang] Upgrading MD from 2.33

2004-08-23 Thread NFN Smith
I've got a server that's running MD 2.33, and I'm finally getting around to upgrading MD to version 2.44 (Actually, I'm doing a full server rebuild, moving from RH 7.2 to Fedora-Core 2, and while I'm at it, making sure that I have reasonably current copies of everything). In any case, the reas

[Mimedefang] Greco's Cash Job

2004-08-23 Thread Mark Penkower
Mark, Look through the cash_botbak email and see what time the saturday emails come in. ___ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

RE: [Mimedefang] mimedefang not scanning

2004-08-23 Thread Alexander Dalloz
Am Mo, den 23.08.2004 schrieb Andrew Jayes um 18:24: > Ok, check one done I do have the milter compiled. > > "Also ensure that your filter logs all messages, and then check thatin > your mail log you do indeed get a message from the filter." > > How do I ensure that the filter logs t

RE: [Mimedefang] mimedefang not scanning

2004-08-23 Thread Andrew Jayes
Ok, check one done I do have the milter compiled. "Also ensure that your filter logs all messages, and then check thatin your mail log you do indeed get a message from the filter." How do I ensure that the filter logs the messages? And where is the maillog for sendmail located, and

Re: [Mimedefang] mimedefang not scanning

2004-08-23 Thread Alexander Dalloz
Am Mo, den 23.08.2004 schrieb Andrew Jayes um 17:16: > For some reason mimedefang is not scanning any mail that is passing through > sendmail. > > Fedora core > Sendmail > mimedefang > Spam assassin > Clamd > NAI > > In the mimedefang config I have code setup so that anything that is scan

RE: [Mimedefang] mimedefang not scanning

2004-08-23 Thread Alexander Dalloz
Am Mo, den 23.08.2004 schrieb Paul Murphy um 17:37: > Ensure that Sendmail is compiled with Milter support using: > Paul. The Fedora Core 1/2 Sendmail has Milter support compiled in. Alexander -- Alexander Dalloz | Enger, Germany | GPG key 1024D/ED695653 1999-07-13 Fedora GNU/Linux Core 2 (T

RE: [Mimedefang] mimedefang not scanning

2004-08-23 Thread Paul Murphy
Andrew, Ensure that Sendmail is compiled with Milter support using: sendmail -d0.1 -bt < /dev/null At the top of the output, you should see something like the following: Version 8.12.11 Compiled with: DNSMAP LDAPMAP LOG MAP_REGEX MATCHGECOS MILTER MIME7TO8 MIME8TO7 NAMED_BIND N

Re: [Mimedefang] patch - handle hung clamav gracefully

2004-08-23 Thread David F. Skoll
On Fri, 20 Aug 2004, Chris Myers wrote: > Attached is a patch which adds a 5-second timeout to the PING/PONG process > when talking to clamd. If clamd doesn't respond in that timeframe, the > routine now properly returns a "cannot-execute" status. Thanks. I've applied a patch that does the same

[Mimedefang] mimedefang not scanning

2004-08-23 Thread Andrew Jayes
Hi, For some reason mimedefang is not scanning any mail that is passing through sendmail. Fedora core Sendmail mimedefang Spam assassin Clamd NAI In the mimedefang config I have code setup so that anything that is scanned has a header added to say x-spam scanned and x-virus scanned. At

RE: [Mimedefang] Not an ARRAY reference error

2004-08-23 Thread Paul Murphy
Marco, I believe it's failing because you are calling file-based code on a directory entry in the Zip file. Instead, I use code which skips directory entries: if ($zip->read($path) == AZ_OK) # file is OK and can be read { md_syslog('debug', "Scanning zip file, Pa

[Mimedefang] whitelist_from not working

2004-08-23 Thread Mike Carlson
I have MimeDefang installed on a FreeBSD 4.8 box and I am running into a problem where a whitelisted address is still getting tagged as spam. I have added the address to /usr/local/etc/mail/spamassassin/local.cf Is there another place I should be putting it? There is a /usr/local/etc/mimedefan

[Mimedefang] Not an ARRAY reference error

2004-08-23 Thread Marco Berizzi
Hello. I'm using this code (from Michal Jankowski) to check virus inside zip file: if (-s "./INPUTMSG" < 200*1024) { if (lc($ext) =~ /\.zip$/) { use Archive::Zip qw(:ERROR_CODES); my $path = $entity->bodyhandle->path; my $zip = Archive::Zip->new(); Archive::Zip::setErrorHan