[Mimedefang] FW: sendmail 8.14.0 available

2007-02-01 Thread fredrik.pettai

FYI
If someone dares to try it out...

/P


-Original Message-
From: Claus Assmann [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 01, 2007 4:52 PM
To: [EMAIL PROTECTED]
Subject: sendmail 8.14.0 available

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Sendmail, Inc., and the Sendmail Consortium announce the availability
of sendmail 8.14.0 which has two big new features:

o headers are 8 bit transparent.
o the milter API has been extended; some of these new features are:
  - New callback xxfi_negotiate() to determine the available
protocol actions and features of the MTA at runtime
and also to specify which of these a milter wants to use.
  - New callback xxfi_data() for the DATA command.
  - New callback xxfi_unknown() for unknown SMTP commands.
  - New return code SMFIS_SKIP can be used in the xxfi_body()
callback to skip over further body chunks and directly advance
to the xxfi_eom() callback.
  - A milter can be informed about rejected recipients too.
  - A milter can now specify itself the list of macros it wants
to receive from the MTA.

A complete list of changes can be found in the release notes (see
below).

Please send bug reports and general feedback to one of the addresses
listed at: http://www.sendmail.org/email-addresses.html

The version can be found at

ftp://ftp.sendmail.org/pub/sendmail/sendmail.8.14.0.tar.gz
ftp://ftp.sendmail.org/pub/sendmail/sendmail.8.14.0.tar.gz.sig
ftp://ftp.sendmail.org/pub/sendmail/sendmail.8.14.0.tar.Z
ftp://ftp.sendmail.org/pub/sendmail/sendmail.8.14.0.tar.Z.sig

MD5 signatures:
e2d1b6436e7354181122d865627b4db2 sendmail.8.14.0.tar.Z
ca0235dccb448057b1f617bd11f1e8b5 sendmail.8.14.0.tar.Z.sig
bc0dee396b8090b3f696e748a9caf83d sendmail.8.14.0.tar.gz
32cb8c617f7c3a0af1259161442d3960 sendmail.8.14.0.tar.gz.sig

You either need the first two files or the third and fourth, i.e.,
the gzip'ed version or the compressed version and the corresponding
sig file.  The PGP signature was created using the Sendmail Signing
Key/2007, available on the web site (http://www.sendmail.org/) or
on the public key servers.

Since sendmail 8.11 and later includes hooks to cryptography, the
following information from OpenSSL applies to sendmail as well.


___
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 MIMEDefang@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang


RE: [Mimedefang] [OT] MIMEDefang and SA 3.1.5 (Razor2 stopped working...)

2006-09-07 Thread fredrik.pettai

I think you'll find that by default one of the configuration files 
(usually /etc/mail/spammassassin/v310.pre) disables razor and dcc:
quote from 
the config file:

Yes, that was it. v310.pre wasn't even copied during the installation
process. For an unknown reason to me, make install didn't install all
files, even though conf__install was run. make conf__install works
fine though.

Thanks for the direction...
/P

___
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 MIMEDefang@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang


[Mimedefang] [OT] MIMEDefang and SA 3.1.5 (Razor2 stopped working...)

2006-09-04 Thread fredrik.pettai
Hi list,

Well apparently, I'm not the only one that has upgraded MIMEDefang 2.57
and SpamAssassin 3.1.X. All works fine, except for one minor thing...the
SA integrated Razor2 test doesn't want to run anymore. By the
command-prompt Razor2 works fine. (eg. razor-admin, razor-check and so
on). But though MIMEDefang and/or SA it doesn't.

For example, then running /usr/perl5/bin/spamassassin -t -D  mailfile
21 

Lots of output...
...
[5106] info: rules: meta test DIGEST_MULTIPLE has undefined dependency
'RAZOR2_CHECK'
[5106] info: rules: meta test DIGEST_MULTIPLE has undefined dependency
'DCC_CHECK'
[5106] info: rules: meta test DIGEST_MULTIPLE has undefined dependency
'PYZOR_CHECK'
...
Lots of more output...

(This test lives in spamassassin/20_net_tests.cf, to be more exact, I
think it is this line: 
meta DIGEST_MULTIPLERAZOR2_CHECK + DCC_CHECK + PYZOR_CHECK 
1)

I checked this against SA bugzilla, and I found:
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4347

But this information didn't make me understand why this happens to my
system...and I didn't have any luck searching the SA archives about it
either...

So, my question is if someone has seen this before then upgrading to SA
3.1.X release? And solved/made a work-a-round for it as well? Or is
there any good angles I should try to solve this?

TIA,
/P

___
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 MIMEDefang@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang


[Mimedefang] Disable clamav/clamd in mimedefang-2.57...

2006-08-25 Thread fredrik.pettai
Hi,

I wanted to disable clamav, so i modified mimedefang.pl and removed the
paths to the binaries by doing so:

$Features{'Virus:CLAMAV'}   = 0;
$Features{'Virus:CLAMD'}= 0;

So then I do a:

# mimedefang.pl -features 

...
Virus:CLAMAV  : no
Virus:CLAMD   : no
...

Virus:CLAM.. isn't enabled.

However, then I start mimedefang + sendmail I get this error messages:

Aug 25 17:29:17 mx1 mimedefang.pl[3699]: k7PFTCbf005336: Could not
connect to clamd daemon at /var/spool/MIMEDefang/clamd.sock

I looked in mimedefang.pl again, and commented out the following subs
(all of it) to see if that would help...

#sub entity_contains_virus_clamav ($) {
#sub message_contains_virus_clamav () {
#sub interpret_clamav_code ($) {
#sub entity_contains_virus_clamd ($;$) {
#sub message_contains_virus_clamd (;$) {

But it didn't. I still get the same message then try to run mimedefang +
sendmail. I believe that mimedefang somehow finds /usr/sbin/clamd, but I
don't understand from where...
My filter doesn't contain anything that calls for any virus scanning.

I guess that most people are more concerned about getting virus scanner
to work. But I want to disable it :-)

Any more ideas where I should poke?

TIA,
/P

___
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 MIMEDefang@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang


RE: [Mimedefang] Disable clamav/clamd in mimedefang-2.57...

2006-08-25 Thread fredrik.pettai

I wanted to disable clamav, so i modified mimedefang.pl and removed the
paths to the binaries by doing so:

$Features{'Virus:CLAMAV'}   = 0;
$Features{'Virus:CLAMD'}= 0;


Dooh, don't bother my stupidity.
I looked everywhere else, but forgot to restart mimedefang.

(I guess it's time for me to go home and get some sleep...)

/P

___
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 MIMEDefang@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang


[Mimedefang] FW: [SourceForge.net Release] clamav : clamav

2006-04-04 Thread fredrik.pettai

Hi, 

It seems that Davids fix was included in this released version of
Clamav, a long with many more fixes... (See the list below).
Does somebody want to go first and give it a try? :-)

/P


 Project Clam AntiVirus ('clamav') 
 has released the new version of package 'clamav'. 

Tue Apr 4 12:04:07 CEST 2006 - 
V 0.88.1 * Bugfixes:
 - libclamav/matcher.c: properly handle partial reads in cli_scandesc()
 - libclamav/mbox.c: sync with CVS, fixes detection of Worm.Bagle.CT
- freshclam: fix support for LocalIPAddress Patch by Anton Yuzhaninov
citrin*citrin.ru
 - docs/man: multiple manpage typo fixes Patch by A. Costa
agcosta*gis.net)
 - shared/output.c: properly handle return value of vsnprintf Thanks to
Anton Yuzhaninov citrin*rambler-co.ru
 - libclamav/htmlnorm.c: fix typo spotted by Gianluigi Tiesi
sherpya*netfarm.it
 - sigtool/sigtool.c: fix possible crash in build(), thanks to Sven
 - clamd/session.c: remove static timeout (5s) for SESSION Pointed out
by Joseph Benden joe*thrallingpenguin.com
 - libclamav/pe.c: fix possible integer overflow reported by Damian Put
Note: only exploitable if file size limit (ArchiveMaxFileSize) disabled
 - libclamav/scanners.c: properly report archive unpacking errors
Problem spotted by David F. Skoll dfs*roaringpenguin.com
 - libclamav/others.c: fix possible crash in cli_bitset_test() Reported
by David Luyer david_luyer*pacific.net.au
 - libclamav/zziplib: fix possible crash on FreeBSD Reported by Robert
Rebbun robert*desertsurf.com
 - clamav-milter: fall back if sendfile() fails



___
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 MIMEDefang@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang


[Mimedefang] Re: Requiring FQDN in HELO

2006-01-02 Thread fredrik.pettai

Maybe someone finds this intresting aswell:
http://www.cs.niu.edu/~rickert/cf/bad-ehlo.html

An example of how you could do it directly in sendmail.cf without using
MIMEDefang, but with the penalty that it's not as tunable as in
MIMEDefang

/P

___
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 MIMEDefang@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang


RE: [Mimedefang] Multiple From addresses

2005-12-16 Thread fredrik.pettai
However, I grepped all mails I got hands on and found NO single valid mail
with two From addresses, hence, it's a SPAM indicator; does anyone 
stumbled across a valid mail with multiple From's, perhaps, someone uses 
this feature himself?

Yes, i've seen that on mails from a maillist server.
I notice that since SenderID don't like that either...

/P

___
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 MIMEDefang@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang


[Mimedefang] Some question about 'stderr' messages and encoding/decoding?

2005-11-16 Thread fredrik.pettai
Hi!

Has anybody seen those error messages before? 
And is there a way to fix'em, so MIMEDefang can decode/scan the mails properly?
(perhaps by installing a extra perl module/install extra characterset?).

TIA,
/P


Error 1:

mimedefang-multiplexor[9335]: [ID 980602 local0.info] Slave 0 stderr: ignoring 
text in character set `WINDOWS-1252'

Error 2 (problem parsing pdf?):
---
mimedefang-multiplexor[9335]: [ID 980602 local0.info] Slave 8 stderr: UTF8 in:  
051116cp.pdf
mimedefang-multiplexor[9335]: [ID 980602 local0.info] Slave 8 stderr: UTF8 out: 
051116cp.pdf

Error 3 (problem with swedish characters?):
---
mimedefang-multiplexor[9476]: [ID 980602 local0.info] Slave 12 stderr: UTF8 in: 
 AU-Hänt 16.05.doc
mimedefang-multiplexor[9476]: [ID 980602 local0.info] Slave 12 stderr: UTF8 
out: AU-H

Error 3 (problem with finish characters?):
--
mimedefang-multiplexor[3139]: [ID 980602 local0.info] Slave 4 stderr: UTF8 in:  
Johtokunnan järjestäytymisk
mimedefang-multiplexor[3139]: [ID 980602 local0.info] Slave 4 stderr: UTF8 out: 
Johtokunnan j

Error 5 (strange one):
--
mimedefang-multiplexor[9335]: [ID 980602 local0.info] Slave 1 stderr: ignoring 
text in character set `X-UNKNOWN'

___
Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list
MIMEDefang@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang


[Mimedefang] SpamAssassin net tests disabled then called by mimedefang.

2005-07-07 Thread fredrik.pettai
Hello!

I'm running MIMEDefang 2.51 and SpamAssassin 3.0.4 running on a Solaris box.
The strange problem that i have is that the SA net tests don't run then SA is 
called by MD.

First, i have runned the sample spamassassin tests, like:

# spamassassin -t  sample-spam.txt  spam.out

Which shows that the network tests work:

 pts rule name  description
 -- --
-2.8 ALL_TRUSTEDDid not pass through any untrusted hosts
1000 GTUBE  BODY: Generic Test for Unsolicited Bulk Email
 1.5 RAZOR2_CF_RANGE_51_100 BODY: Razor2 gives confidence level above 50%
[cf:  56]
 0.1 RAZOR2_CHECK   Listed in Razor2 (http://razor.sf.net/)
 0.1 DNS_FROM_AHBL_RHSBLRBL: From: sender listed in dnsbl.ahbl.org

Second, i've changed /etc/mail/sa-mimedefang.cf so skip_rbl_checks is set to 
0 (zero), and also doublechecked that mimedefang.pl looks for the config in the 
right directory (/etc/mail/)

But it still doesn't work...

the mimedefang-filter i use, is a slightly modified version of 
suggested-minimum-filter-for-windows-clients 

Have i missed something in the docs? 
I didn't find any usefull tips then i searched the archives.

Re,
/P

___
Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list
MIMEDefang@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang


RE: [Mimedefang] SpamAssassin net tests disabled then called bymimedefang.

2005-07-07 Thread fredrik.pettai
What's the value of:

$SALocalTestsOnly = 0;

Yes, that was the problem...

I found out about it just after sending the mail to the list :-(

Thanks anyway!
Re,
/P

___
Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list
MIMEDefang@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang