[Mimedefang] Delaying use of MIME modules

2006-10-31 Thread Jonas Eckerman
Hi The new scheduler makes it possible to save memory by delaying the compilation of modules until they are actually needed and I'm experimenting with this. I've done that with the modules used by my filter and those mimedefang.pl handles in %Features. The MIMEDefang children have gone from

[Mimedefang] mimedefang.sock unsafe

2006-10-31 Thread nickr
Turned off auto-white list using: v310.pre:# AWL - do auto-whitelist checks v310.pre:# AutoLearnThreshold - threshold-based discriminator for Bayes auto-learning Now I have : Oct 31 13:27:13 mail sendmail[7922]: k9VIRDB2007922: Milter (mimedefang): local socket name

[Mimedefang] Re: mimedefang.sock unsafe

2006-10-31 Thread nickr
- Original Message - From: nickr [EMAIL PROTECTED] To: mimedefang@lists.roaringpenguin.com Sent: Tuesday, October 31, 2006 1:32 PM Subject: mimedefang.sock unsafe Turned off auto-white list using: v310.pre:# AWL - do auto-whitelist checks v310.pre:# AutoLearnThreshold -

[Mimedefang] info cuestions

2006-10-31 Thread juanlopezz
In this order i have the next info: filter_sender (From) - ($sender, $ip, $hostname, $helo) filter_recipient (To) - ($recipient, $sender, $ip, $hostname, $first, $helo, $rcpt_mailer, $rcpt_host, $rcpt_addr) Filger_begin - subject and other ($recipient, $sender) I need to know subject, sender,

[Mimedefang] info cuestions

2006-10-31 Thread juanlopezz
In this order i have the next info: filter_sender (From) - ($sender, $ip, $hostname, $helo) filter_recipient (To) - ($recipient, $sender, $ip, $hostname, $first, $helo, $rcpt_mailer, $rcpt_host, $rcpt_addr) Filger_begin - subject and other ($recipient, $sender) I need to know subject, sender,

Re: [Mimedefang] info cuestions

2006-10-31 Thread David F. Skoll
[EMAIL PROTECTED] wrote: I need to know subject, sender, recipient in filter_sender I can obtain this data? No, because that information hasn't been received yet. Also i need know the size of a message (i use sendmail/milter) Sendmail have this data but i do not know how i can get this

RE: [Mimedefang] mimedefang.sock unsafe

2006-10-31 Thread Josh Graham
One thing I did was put a sleep 3 in my sendmail startup script to give mimedefang 3 seconds before sendmail starts. That got rid of the sock error. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Video Game Junkie Sent: Monday, October 30, 2006 1:02 PM

Re: [Mimedefang] mimedefang.sock unsafe

2006-10-31 Thread Video Game Junkie
Thanks Josh, did you put sleep in any particular spot of the startup script? On 10/31/06, Josh Graham [EMAIL PROTECTED] wrote: One thing I did was put a sleep 3 in my sendmail startup script to give mimedefang 3 seconds before sendmail starts. That got rid of the sock error.

[Mimedefang] HTML validation

2006-10-31 Thread Kenneth Porter
I was revisiting the idea of validating HTML parts and ran across these interesting-looking pages: http://www.anandgraves.com/html-email-validator/ http://www.anandgraves.com/html-email-guide ___ NOTE: If there is a disclaimer or other legal

[Mimedefang] LZW, Gifs, and fingerprinting stock spams

2006-10-31 Thread Philip Prindeville
I'm trying to do some stochastic analysis of stock spams and figure out if there's a common fingerprint that can be used to identify them... But first, I'm bumping up against some Perl issues. Seems that there aren't many modules out there that help deconstruct Gif formats. I'm using