[Mimedefang] Mimedefang Adding Footer

2006-11-03 Thread Terry Rogers
I currently have the following setup in my mimedefang-filter file in /etc/mail ... # Add footer to outgoing emails if ($Sender =~ /mydomain4.com/) { $text_footer = ; $html_footer = ; } if ($Sender =~ /mydomain3.com/) { $text_footer = ; $html_footer

Re: [Mimedefang] Mimedefang Adding Footer

2006-11-03 Thread Jan-Pieter Cornet
On Fri, Nov 03, 2006 at 11:21:12AM -, Terry Rogers wrote: I currently have the following setup in my mimedefang-filter file in /etc/mail ... [...] This is urgent and requires implementing ASAP. The easiest solution seems to be to disable all footers. That way, not only have you disabled

Re: [Mimedefang] Mimedefang Adding Footer

2006-11-03 Thread David F. Skoll
Joseph Brennan wrote: I agree with what Jan-Pieter Cornet said. The logic problem of what to do with a message to multiple recipients would need to be solved before a solution can be coded. And then there's the other problem: People don't trim their e-mails, so in a back-and-forth

[Mimedefang] Greylisting - Too many open connections

2006-11-03 Thread Carlton Thomas
Hi, I have implemented greylisting in Mimedefang and all works well until the mail server gets very busy. When it gets busy there is a rapid increase in the number of Mimedefang, Sendmail and MySql processes. When the sendmail connections are examined, most of them are in the RCPT TO state, and

Re: [Mimedefang] Mimedefang Adding Footer

2006-11-03 Thread Joseph Brennan
--On Friday, November 3, 2006 11:21 + Terry Rogers [EMAIL PROTECTED] wrote: I currently have the following setup in my mimedefang-filter file in /etc/mail ... # Add footer to outgoing emails if ($Sender =~ /mydomain4.com/) { $text_footer = ; $html_footer = ;

Re: [Mimedefang] SPF

2006-11-03 Thread Matthew S. Cramer
On Thu, Nov 02, 2006 at 12:34:59PM -0500, David F. Skoll wrote: Hi, After much consideration, I have removed the SPF record for roaringpenguin.com. SPF was supposed to help prevent blow-back from joe-jobs. (It was never designed to stop spam, of course, but I *was* hopeful that it would

Re: [Mimedefang] Greylisting - Too many open connections

2006-11-03 Thread Michael Lang
On Fri, 2006-11-03 at 13:38 +, Carlton Thomas wrote: Hi, I have implemented greylisting in Mimedefang and all works well until the mail server gets very busy. When it gets busy there is a rapid increase in the number of Mimedefang, Sendmail and MySql processes. When the sendmail

[Mimedefang] File descriptors and error handling

2006-11-03 Thread Josh Kelley
While trying to track down a problem on my mail server, I found a couple of questions/problems regarding MIMEDefang: First, a problem with MIMEDefang's error handling: I'm getting some errors Unknown command '...' in RESULTS file and RESULTS file did not finish with 'F' line in my syslogs. It

Re: [Mimedefang] File descriptors and error handling

2006-11-03 Thread David F. Skoll
Josh Kelley wrote: Any other ideas on how to track this problem down? Not really.. Try turning of embedded Perl. If that fixes things, I'd leave it off. Embedded Perl isn't actually all that much of a win. Regards, David. ___ NOTE: If there is a

[Mimedefang] Scoring inconsistency question

2006-11-03 Thread Tim Boyer
I've been using MIMEDefang / SpamAssassin for years. I'm running 3.1.6 on a Red Hat box, and 99% of the time, all is well. Last week I added a rule to tag those annoying .gif pump-and-dump emails. Nothing fancy: rawbody IMG_SRC_CID /src\=(\c|c)id\:/i score IMG_SRC_CID 2.0 Most of

[Mimedefang] Reading/writing XML config files

2006-11-03 Thread Philip Prindeville
Whoa. There's a plethora of XML modules on CPAN for parsing/ generating XML. Some modules read on, others write only... I'm looking for something that can do either, and stores the nodes in an internal representation that makes for intuitive/tight notation in Perl. Any recommendations?

Re: [Mimedefang] Reading/writing XML config files

2006-11-03 Thread David F. Skoll
Philip Prindeville wrote: Any recommendations? Why do you want to use XML? IMO, it's a solution looking for a problem. Regards, David. ___ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may

Re: [Mimedefang] Reading/writing XML config files

2006-11-03 Thread Philip Prindeville
David F. Skoll wrote: Philip Prindeville wrote: Any recommendations? Why do you want to use XML? IMO, it's a solution looking for a problem. Regards, David. Customer requirement. Besides, it's Gconf manageable. -Philip ___ NOTE: