Re: [Mimedefang] Simplified single purpose mimedefang-filter

2006-06-23 Thread Ole Craig
On 06/23/06 at 20:44, 'twas brillig and Stefan Schoeman scrobe: > > MIMEDefang is written for people WHO KNOW PERL! That's the > > whole point of the program. > > If it makes you feel any better, MIMEDefang was THE motivation for me to sit > down and learn Perl David ;). Me too! (Well, OK,

RE: [Mimedefang] Simplified single purpose mimedefang-filter

2006-06-23 Thread Paul Murphy
> On Fri, Jun 23, 2006 at 12:01:11PM -0500, [EMAIL PROTECTED] wrote: > > I'm on a single user machine and want to debug my mail > setup. Certain > > mail leaves but never appears at its destination. It is not being > > rejected at my local MTA level nor my ISP smart host. > > > > I don't have

Re: [Mimedefang] Simplified single purpose mimedefang-filter

2006-06-23 Thread Jan-Pieter Cornet
On Fri, Jun 23, 2006 at 12:01:11PM -0500, [EMAIL PROTECTED] wrote: > I'm on a single user machine and want to debug my mail setup. Certain > mail leaves but never appears at its destination. It is not being > rejected at my local MTA level nor my ISP smart host. > > I don't have any say on ISP

Re: Knowing Perl (was Re: [Mimedefang] Simplified single purpose mimedefang-filter)

2006-06-23 Thread Jan-Pieter Cornet
On Fri, Jun 23, 2006 at 02:54:26PM -0400, David F. Skoll wrote: > And as a colleague so tactfully pointed out, people who _really_ know > Perl would probably be quite horrified by the MIMEDefang code... :-) Nonsense. While MIMEDefang probably wouldn't get a very high "Kwalitee" rating or whatever

Re: Knowing Perl (was Re: [Mimedefang] Simplified single purpose mimedefang-filter)

2006-06-23 Thread Kris Deugau
David F. Skoll wrote: And as a colleague so tactfully pointed out, people who _really_ know Perl would probably be quite horrified by the MIMEDefang code... :-) I regularly horrify *myself* with code I wrote six months ago. "What was I smoking, and where can I get a fresh supply?!?" -kgd

Knowing Perl (was Re: [Mimedefang] Simplified single purpose mimedefang-filter)

2006-06-23 Thread David F. Skoll
Stefan Schoeman wrote: > If it makes you feel any better, MIMEDefang was THE motivation for me to > sit down and learn Perl David ;). What I particularly like about > MIMEDefang, is the mere basic level of Perl I need to know to do pretty > amazing things with mail. That does make me feel better.

Re: [Mimedefang] Simplified single purpose mimedefang-filter

2006-06-23 Thread Stefan Schoeman
MIMEDefang is written for people WHO KNOW PERL! That's the whole point of the program. If it makes you feel any better, MIMEDefang was THE motivation for me to sit down and learn Perl David ;). What I particularly like about MIMEDefang, is the mere basic level of Perl I need to know to do pre

Re: [Mimedefang] Simplified single purpose mimedefang-filter

2006-06-23 Thread David F. Skoll
[EMAIL PROTECTED] wrote: > How can I just ignore all the sub funcs in mimedefang-filter or make > them return immediately and get on to the `fiter_end' function where > I can hopefully insert some simple code to create and deposit a copy. Use the following four-line filter file: # CUT HERE

[Mimedefang] Simplified single purpose mimedefang-filter

2006-06-23 Thread reader
Running gentoo linux sendmail 8.13.6 Just getting started with mimedefang and what brought me to it was something simpler than complex defanging. I'm on a single user machine and want to debug my mail setup. Certain mail leaves but never appears at its destination. It is not being rejected at m