Re: md_syslog (was Re: [Mimedefang] Woes following an OS upgrade)

2006-11-07 Thread David F. Skoll
Philip Prindeville wrote: >>Yes, because it's superfluous in Perl. Just use variable interpolation >>directly. > Doesn't work with hex, or floats, etc. obviously. Just strings and > integers. It works perfectly fine with floats. And hex, if you like: md_syslog($facility, "foo " . hex($number

Re: md_syslog (was Re: [Mimedefang] Woes following an OS upgrade)

2006-11-07 Thread Philip Prindeville
David F. Skoll wrote: >Philip Prindeville wrote: > > > >>Hmm. syslog() already has printf-style formatting... should the wrapper >>occlude that functionality? >> >> > >Yes, because it's superfluous in Perl. Just use variable interpolation >directly. > > Doesn't work with hex, or floats,

Re: [Mimedefang] SPF

2006-11-07 Thread Ken Menzel
Hi David and all, Just one more comment on SPF. I don't have stats to back this up, but I see pleny of e-mails with SPF fails in spamassassin. It helps to increase the score, I also score a fail quite a little high as I seem to get quite a bit of bogus mail claiming to be people in my org

Re: [Mimedefang] Woes following an OS upgrade

2006-11-07 Thread Philip Prindeville
Damrose, Mark wrote: >[snip] >Yes. >http://lists.roaringpenguin.com/pipermail/mimedefang/2006-September/030880.html > >The problem seems to be a combination of how MD initializes Sys::Syslog and >Fedora's syslogd > >sub md_openlog ($$) { >my($tag, $facility) = @_; >$MDOpenLogC

Re: [Mimedefang] MIMEDefang 2.58 is Released

2006-11-07 Thread Matt Selsky
On Nov 7, 2006, at 10:16 AM, David F. Skoll wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, everyone, MIMEDefang 2.58 is available at http://www.mimedefang.org/node.php? id=1 Changes since 2.57 are given below. Regards, David. 2006-11-07 David F. Skoll <[EMAIL PROTECTED]>

[Mimedefang] eMail Allowed Sender mechs

2006-11-07 Thread Ben Kamen
Ok, so I just emailed someone at earthlink and got one of those annoying auto-messages that say I have to go through their verification process to get my email to the subscriber... Besides the fact I dislike these mechs, the only reason I can think of that they are bad is that if I ALSO had such

Re: md_syslog (was Re: [Mimedefang] Woes following an OS upgrade)

2006-11-07 Thread David F. Skoll
Philip Prindeville wrote: > Hmm. syslog() already has printf-style formatting... should the wrapper > occlude that functionality? Yes, because it's superfluous in Perl. Just use variable interpolation directly. > And what about callers that have to call sprintf directly if they want to > handl

RE: [Mimedefang] Woes following an OS upgrade

2006-11-07 Thread Damrose, Mark
> -Original Message- > From: Philip Prindeville > We were running FC3 on an x86_64 platform (good bang for the > buck) and decided to finally "upgrade" to FC5... > Lastly, I noticed that (you were probably wondering when this > was going to actually be relevant to MdF, weren't you?) al

Re: md_syslog (was Re: [Mimedefang] Woes following an OS upgrade)

2006-11-07 Thread Philip Prindeville
David F. Skoll wrote: >Philip Prindeville wrote: > > > >>Oh... and in digging around, I saw: >>sub md_syslog ($$) { >>my($facility, $msg) = @_; >> >> > >[...] > > > >>Hmm... Klunky. What about: >> >> > > > >>sub md_syslog ($$;@) { >>my($facility, $fmt, @args) = @_; >>

md_syslog (was Re: [Mimedefang] Woes following an OS upgrade)

2006-11-07 Thread David F. Skoll
Philip Prindeville wrote: > Oh... and in digging around, I saw: > sub md_syslog ($$) { > my($facility, $msg) = @_; [...] > Hmm... Klunky. What about: > sub md_syslog ($$;@) { > my($facility, $fmt, @args) = @_; Except that now all callers of md_syslog have to change. That's no good.

[Mimedefang] Woes following an OS upgrade

2006-11-07 Thread Philip Prindeville
We were running FC3 on an x86_64 platform (good bang for the buck) and decided to finally "upgrade" to FC5... except that the FC3 to FC4 upgrade path doesn't really work, so we had to backup our disks, zap the system, install FC5 over it, and then copy back the content we wanted to keep. Hopefully

[Mimedefang] Mimedefang/Filter_Sender PTR Exemptions

2006-11-07 Thread r3dk1ng
Hello All, Has anyone had success with creating a PTR exemption list using mimedefang 'filter_sender' or any other technology? After looking around the net, it appears that Mimedefang's 'filter_sender' might be able to do this. I have a Sendmail/Mimedefang setup, and Sendmail interpre

[Mimedefang] MIMEDefang 2.58 is Released

2006-11-07 Thread David F. Skoll
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, everyone, MIMEDefang 2.58 is available at http://www.mimedefang.org/node.php?id=1 Changes since 2.57 are given below. Regards, David. 2006-11-07 David F. Skoll <[EMAIL PROTECTED]> * VERSION 2.58 RELEASED * Memory leak in m