Re: Content Management for AxKit/Apache

2004-07-10 Thread Matt Sergeant
On 6 Jul 2004, at 21:05, Nathan Schroeder wrote: What I'm after is a way to essentially cache pages for maybe 10 minutes, and then get a new version from the axkit server. The proxy (correctly) won't cache them unless the http headers say it can, but I can't find a way to turn off those

Re: The 'notes' not making it issue

2004-07-10 Thread Matt Sergeant
On 10 Jul 2004, at 11:36, Gavin Carr wrote: I've noticed this too - transaction notes don't work at helo handler stage (connection notes do, however), but I've never looked further into it. I'd assumed the transaction was not fully setup at that stage, although that does seem strange when the

[EMAIL PROTECTED]

2004-07-06 Thread Matt Sergeant
Ask, Please unsubscribe the above address. He's running Challenge/Response on mails sent to the qpsmtpd list. People: Challenge/Response is BROKEN by design. DO NOT RUN IT! Yes, it may work for you, but at the expense of everyone else whose address gets forged in spam. Matt.

Re: Global plugin variables

2004-07-06 Thread Matt Sergeant
On 6 Jul 2004, at 20:04, Mark Powell wrote: On Sat, 3 Jul 2004, Matt Sergeant wrote: On 2 Jul 2004, at 13:31, Mark Powell wrote: It seems that notes() doesn't gain you much over using a variable directly or am I missing something? Notes allows you to pass values between *different* plugins. Notes

Re: NOOP handler

2004-07-05 Thread Matt Sergeant
On 4 Jul 2004, at 20:37, Devin Carraway wrote: On Sun, Jul 04, 2004 at 07:40:51PM +0100, Mark Powell wrote: Had some dialup joker today, opening 45 smtp connections and doing nothing on them, but a NOOP every 30s. Four hours later they were all still there, until I killed them and blocked the

Re: starttls support

2004-07-05 Thread Matt Sergeant
On 5 Jul 2004, at 16:49, Charlie Brady wrote: What needs to be done is: - Offer starttls in response to EHLO - parse and validate starttls verb. - Return 220 Ready to start TLS - exec stunnel wrapped around another instance of qpsmtpd I don't think this is what's required. I could be wrong, but

Re: $MAXCONNIP for qp-forkserver (was: Re: NOOP handler)

2004-07-05 Thread Matt Sergeant
Thanks, applied. On 5 Jul 2004, at 17:14, Hanno Hecker wrote: This diff adds a MAXCONNIP to qpsmtpd-forkserver. I set the default to my $MAXCONNIP = 5; Diff is against qpsmtpd-forkserver 0.28

Re: AxKitTrace

2004-07-03 Thread Matt Sergeant
On 2 Jul 2004, at 23:27, Kip Hampton wrote: What I really want to see is the XML that failed to parse in the first place so I can identify the problem. Is there any way of achieving this? Yes, but not using AxTraceIntermediate (the mechanism for which is only invoked after the source XML is

Re: Global plugin variables

2004-07-03 Thread Matt Sergeant
On 2 Jul 2004, at 13:31, Mark Powell wrote: It seems that notes() doesn't gain you much over using a variable directly or am I missing something? Notes allows you to pass values between *different* plugins. Notes also guarantees that it will be reset at the end of a connection or transaction,

Re: starttls support

2004-07-03 Thread Matt Sergeant
On 3 Jul 2004, at 18:08, Robert Spier wrote: Looking into it a bit further - stunnel is the way to go. That way we don't have to fiddle with qpsmtpd at all - it just comes for free. But then you don't get STARTTLS unless you do some funky magic. You just get SSL on another port. (Or am I missing

Re: New Eyecandy

2004-07-01 Thread Matt Sergeant
On 1 Jul 2004, at 10:34, Robin Berjon wrote: What do you think about getting rid of the cafeconleche syndication? Has ERH suddenly returned home to find in Perl the great language he used to think it was? Bah, I meant to change it to Cover Pages. Matt.

Re: New Eyecandy

2004-07-01 Thread Matt Sergeant
OK uploaded. (the pb is in the img/ folder if you want to access it). The stylesheet just changed the title bar height - is that what you expected? On 1 Jul 2004, at 00:49, Kip Hampton wrote: Howdy! Everyone seemed to like the apache-feather-as-quill style of logo so I whipped out a quick

Re: Content Management for AxKit/Apache

2004-07-01 Thread Matt Sergeant
On 30 Jun 2004, at 19:40, Tom Howe wrote: I'm looking to put together a content management infrastructure to support our website which runs apache and axkit and was wondering what the general concensus is on the best out there. I have been looking at the likes of XMLSPY and its Template designer

Re: Which is the best version of perl for qpsmtpd and PPerl?

2004-07-01 Thread Matt Sergeant
On 30 Jun 2004, at 10:13, Ask Bjørn Hansen wrote: I've steered clear of PPerl as I've seen it reported as working for some, which is not good enough for ~200K messages we get a day here. Is PPerl success related to the perl version used? That's an interesting theory. Matt? It's highly likely.

Re: starttls support (was: qmail-ldap integration?)

2004-07-01 Thread Matt Sergeant
On 1 Jul 2004, at 00:20, Ask Bjørn Hansen wrote: On Jun 30, 2004, at 11:54 AM, Ted Zlatanov wrote: qpsmtpd does not seem to support STARTTLS either. Is anyone working on this, or is it a planned feature? I'm not sure if anyone is working on it yet (John?), but it'd certainly be nice to have. It

Put added headers on the front not the back

2004-06-29 Thread Matt Sergeant
I haven't examined whether it's qpsmtpd or Mail::Internet that does this yet - but I would like to change $headers-add() to put headers onto the front of the email instead of the back. The reason being that the current implementation will break future internet standards such as DomainKeys

cvs commit: qpsmtpd/lib/Qpsmtpd Auth.pm Plugin.pm SMTP.pm

2004-06-29 Thread Matt Sergeant
cvsuser 04/06/29 14:45:09 Modified:lib/Qpsmtpd Plugin.pm SMTP.pm Added: lib/Qpsmtpd Auth.pm Log: Auth changes (John Peacock with minor modifications by baud) Revision ChangesPath 1.8 +1 -0 qpsmtpd/lib/Qpsmtpd/Plugin.pm Index: Plugin.pm

cvs commit: qpsmtpd/plugins authdeny authnull authsql

2004-06-29 Thread Matt Sergeant
cvsuser 04/06/29 14:45:35 Added: plugins authdeny authnull authsql Log: Auth changes (John Peacock with minor modifications by baud) Revision ChangesPath 1.1 qpsmtpd/plugins/authdeny Index: authdeny

Re: SMTP AUTH module and authsql plugin

2004-06-29 Thread Matt Sergeant
On 17 Jun 2004, at 01:13, John Peacock wrote: Ask bjørn hansen wrote: On Jun 16, 2004, at 4:28 PM, Robert Spier wrote: Here is a complete implementation of SMTP AUTH Could you s/\t//g; and resend? Tabs don't work well in open environments. Eww. 4 spaces per tab please! Whatever makes it

Re: axkit:// URLs

2004-06-23 Thread Matt Sergeant
On 24 Jun 2004, at 01:34, S. Woodside wrote: On Jun 23, 2004, at 4:48 AM, Martin Oldfield wrote: S == S Woodside [EMAIL PROTECTED] writes: S They are a brilliant part of axkit :-) Using axkit:// URIs you S can form tree-like pipelines instead of simply linear ones. You S can re-use

Re: emeritus committers

2004-06-23 Thread Matt Sergeant
On 20 Jun 2004, at 02:05, Daniel Quinlan wrote: In the CREDITS file (and on the web site listing of committers), I think we should distinguish between active and emeritus committers. I believe this is important to let the community know who is committing code actively, encourage committers to

Re: axkit:// URLs

2004-06-21 Thread Matt Sergeant
On 21 Jun 2004, at 16:29, Kip Hampton wrote: Martin Oldfield wrote: Thanks for this. Sorry to be dense, but how is this better than just fetching it with http: ? Is it just efficiency ? Better is a matter for debate... axkit:// URIs differ from http:// URIs that point back to the current host in

Re: Spam Assassin Plugin Problem

2004-06-19 Thread Matt Sergeant
On 19 Jun 2004, at 11:46, Tim Meadowcroft wrote: On Saturday 19 Jun 2004 11:19, Peter J. Holzer wrote: PS: I find that bug fixes are often only posted on the mailing-list but never added to the CVS, so that a few months later they are discovered by somebody else. Can we do something to improve

Re: XSLT Paths in AxAddProcessor

2004-06-17 Thread Matt Sergeant
On 17 Jun 2004, at 11:25, David J Craigon wrote: In many AxKit configuration directives you use a path based on the path on the webserver. So: AxAddRootProcessor /xslt/foo.xslt Why are these paths based on the web hierarchy, not the paths on the computer? Because there's a base provided when

Re: [Waitman] qpsmtpd errors

2004-06-16 Thread Matt Sergeant
On 16 Jun 2004, at 05:57, Daniel Camacho wrote: I'm having a problem with qpsmtpd. When I run it for the first time, it works fine for a about a minute then slows down considerably and connections to the server times out. I'm also getting the following in the log when I use PPerl and

Re: SMTP AUTH module and authsql plugin

2004-06-16 Thread Matt Sergeant
On 16 Jun 2004, at 22:06, John Peacock wrote: Here is a complete implementation of SMTP AUTH Could you s/\t//g; and resend? Tabs don't work well in open environments.

Re: XML::XSLT and mod_perl 2.0

2004-06-16 Thread Matt Sergeant
On 16 Jun 2004, at 12:42, Jesse Stay wrote: Partially because XML::XSLT is more widely used Actually I don't think that's true (based on traffic on the perl-xml list). Matt. -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List

Re: reverse IP lookup for check all doimains on the server

2004-06-15 Thread Matt Sergeant
On 11 Jun 2004, at 23:49, Maxipoint Rep Office wrote: RE: yes I wish reverse lookup from IPs on any server at the web! any help? :-) Sure. What you want to do isn't possible. DNS maps host names to IPs, not generally the other way around. You can lookup $reverse_ip.in-addr.arpa, and hope to get a

Re: RFC: new check_spamhelo

2004-06-13 Thread Matt Sergeant
On 13 Jun 2004, at 11:48, Hanno Hecker wrote: In addtition you could also add an alias for RFC errors at the end of Qpsmtpd::Constants: use constant RFC_ERROR = (DENY, 501); So plugin writers can just write return(RFC_ERROR, Syntax error in HELO argument); Unfortunately perl's constants are

Re: RFC: new check_spamhelo

2004-06-13 Thread Matt Sergeant
On 13 Jun 2004, at 09:45, Ask Bjørn Hansen wrote: I think I'd rather see an extension so if the second part of the return result is a three digit number we'll pass that back as the code and use the third part as the message. Does that make sense? Yes. Matt.

Re: Collaboration between different taglibs?

2004-06-12 Thread Matt Sergeant
On 10 Jun 2004, at 10:04, Jan Bauer Nielsen wrote: Hello. I'm still a taglib newbie, and I was wondering if it is possible to have the output of one taglib function as the input to another as in the following example? z3950:connection xsp:attribute name=host

Re: smtp-forward (was: How best to begin)

2004-06-11 Thread Matt Sergeant
On 11 Jun 2004, at 21:16, Jim Winstead wrote: On Fri, Jun 11, 2004 at 09:01:57PM +0100, Matt Sergeant wrote: OK, done. Since LAST is the default, and MIDDLE is impossible, I just implemented an extra flag for FIRST. impossible? you could use splice to just put it in the middle. I guess I should

Re: smtp-forward (was: How best to begin)

2004-06-11 Thread Matt Sergeant
On 11 Jun 2004, at 21:16, Jim Winstead wrote: On Fri, Jun 11, 2004 at 09:01:57PM +0100, Matt Sergeant wrote: OK, done. Since LAST is the default, and MIDDLE is impossible, I just implemented an extra flag for FIRST. impossible? you could use splice to just put it in the middle. Yes, but exactly

Web Site

2004-06-06 Thread Matt Sergeant
Ask, Can you put the web site into CVS so any developer can add/change it?

Re: dnsbl lists Was: my plugin - comments requested

2004-06-03 Thread Matt Sergeant
On 3 Jun 2004, at 00:39, [EMAIL PROTECTED] wrote: My personal philosophy is that spam control should not be dependent on anyone else. That means no dnsbl lists at all. It also means that whatever I do, I have to guarantee that legit email can get through. On top of that, it also means that I

Re: [Waitman] Re: dnsbl lists Was: my plugin - comments requested

2004-06-03 Thread Matt Sergeant
On 3 Jun 2004, at 21:27, James Craig Burley wrote: A spammer uses a large number of zombie machines to inject emails into your system. Each email is forged such that your system has to continuously perform SPF lookups for nonexistent or irrelevant domain names. The spammer thus attacks your DNS

Re: Taglib and XML strings?

2004-06-01 Thread Matt Sergeant
On 1 Jun 2004, at 14:38, Jimmy Petersen wrote: Jan Bauer Nielsen wrote: Hello. I am trying to write a taglib in which records are returned to me as xml strings One would think that the XML::LibXML::Element function 'appendWellBalancedChunk' would do the trick. However since this is only there

Re: How are you running qpsmtpd?

2004-05-24 Thread Matt Sergeant
On 24 May 2004, at 17:35, John Peacock wrote: Can I get a show of hands for how people are running qpsmtpd? Specifically: 1) tcpserver running a) ./qpsmtpd directly b) qpsmtpd-server 2) [x]inetd 3) qpsmtpd-forkserver I'm now running qpsmtpd-forkserver. Still get a few zombie processes -

Re: Two patches that may break things...

2004-05-20 Thread Matt Sergeant
On Tue, 18 May 2004, Matt Sergeant wrote: So I added the following to deliver_to_browser (it made for cleaner code to add it there): diff -u -r1.53 AxKit.pm --- lib/AxKit.pm18 Sep 2003 22:12:33 - 1.53 +++ lib/AxKit.pm18 May 2004 18:45:20 - @@ -917,6 +917,9

Re: PPerl wierdness

2004-05-19 Thread Matt Sergeant
On 19 May 2004, at 02:40, Robert Spier wrote: Wierd things are happening when I run my qpsmtpd-0.26 installation under PPerl. Yes, pperl and qpsmtpd often end up with weird things. It generally works fine, but when it doesn't, it's really weird. That's why we switched to forking. I think this

Re: timeout values

2004-05-13 Thread Matt Sergeant
On 13 May 2004, at 00:50, Robert Spier wrote: Definitely on my list of things to add. We've had issues with connection limiting and lack of timeouts. Do you have an idea of how you would do it? Matt.

Re: Unable to get my own taglib to work.

2004-05-11 Thread Matt Sergeant
On 11 May 2004, at 10:31, Jan Bauer Nielsen wrote: [AxKit] styles: Apache::AxKit::Language::XSP(NULL) [AxKit] styles: Apache::AxKit::Language::XSP(NULL) This section of the log shows what processors are to be applied to your file. In this case it's XSP. Twice. So somehow you're asking AxKit to

Re: Unable to get my own taglib to work.

2004-05-11 Thread Matt Sergeant
On 10 May 2004, at 12:08, Jan Bauer Nielsen wrote: I'm trying to get a better understanding of axkit by writing my own simple taglib, but I am unable to get it to work properly. I simply want it to print the current time by calling perl's time() function, but when I run apache in single

Re: XInclude broken

2004-04-30 Thread Matt Sergeant
On 30 Apr 2004, at 12:31, Andrew Davies wrote: wonder if anyone else has seen this. Just been reinstalling AxKit and I seem to have bust XInclude I now get: axkit:///search_pubs_inline.xsp?search=project:FDXD:1: parser error : Document is empty ^

Re: [mp2] a new exceptions handling proposal

2004-04-30 Thread Matt Sergeant
On 29 Apr 2004, at 19:56, Stas Bekman wrote: SV *errsv = get_sv(@, TRUE); This should already be available in XS as ERRSV. Matt. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [mp2] making exit work inside eval

2004-04-30 Thread Matt Sergeant
On 30 Apr 2004, at 21:06, Stas Bekman wrote: What do you think? Any better ideas? joking sub CORE::GLOBAL::exit { dump } /joking (sorry, been a long week :-) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Moving forward

2004-04-29 Thread Matt Sergeant
On 28 Apr 2004, at 17:00, Kip Hampton wrote: Matt Sergeant wrote: I was just afraid that we could have problems eating the whole sandwich if it just looks like too much to take on. Sure, understood. I just truly believe that this is one of those cases where we'd do better to just dive in and take

Re: New Wiki Content at DefaultPage

2004-04-28 Thread Matt Sergeant
On 28 Apr 2004, at 10:18, AxKit Wiki wrote: http://axkit.org/wiki/view/AxKit/DefaultPage Hope you like the addition of the URL. I think it makes spam a lot easier to fix. Matt.

Re: axkit.org broken

2004-04-28 Thread Matt Sergeant
On 28 Apr 2004, at 07:58, Tom Schindl wrote: Hi, axkit.org seems to be broken there's no navigation any more. Is this my browsers fault or has something changed! Fixed now. Matt. - To unsubscribe, e-mail: [EMAIL PROTECTED]

Moving forward

2004-04-27 Thread Matt Sergeant
My suggestion is that to move forwards with things we hold off on the TLP thing for now - lets get the other parts of Kip's proposal working first. Lets try and eat this sandwich a bite at a time. Any objections/comments? -- !-- Matt -- :-get a SMart net/:- I am Jack's broken heart.

Re: Moving forward

2004-04-27 Thread Matt Sergeant
On 27 Apr 2004, at 19:23, Kip Hampton wrote: Matt Sergeant wrote: My suggestion is that to move forwards with things we hold off on the TLP thing for now - lets get the other parts of Kip's proposal working first. Lets try and eat this sandwich a bite at a time. Any objections/comments? Part

Re: Changing the Pipeline Model

2004-04-23 Thread Matt Sergeant
On 22 Apr 2004, at 21:18, Mike Chamberlain wrote: Well the config reader would obviously have to support the option in the same way it supports other Ax* directives... What I meant was, would a different pipeline model require a completely different looking config file, and thus be tied to a

Re: Changing the Pipeline Model

2004-04-22 Thread Matt Sergeant
On 22 Apr 2004, at 17:08, Kip Hampton wrote: Matt Sergeant wrote: We need to come to a decision on this - whether to fundamentally change our pipeline model in AxKit-2.0. I think the only sane answer to do we do implement a pull or a push model for the core pipelines? is Yes!. What I mean

Re: Wake-Up Call

2004-04-20 Thread Matt Sergeant
On 20 Apr 2004, at 16:04, Kip Hampton wrote: Chris Commiter really want to see FeatureX happen, so s/he picks it, and a few other items from the STATUS and makes a Release Plan. Chris' RP is selected or rejected by a vote. If selected, Chris becomes Pumpking for the next set of subversion

Changing the Pipeline Model

2004-04-19 Thread Matt Sergeant
(A push pipeline, each stage is run independantly, the output pushed to the next handler). A pull pipeline looks just like a function call stack, starting at the outside... which means each stage ask the stage before it for the representation it wants before getting it, which allows for lots of

Re: Wake-Up Call

2004-04-19 Thread Matt Sergeant
On 6 Apr 2004, at 17:13, Kip Hampton wrote: I suggest that we take the opportunity that (potentially) becoming a top-level project provides to take stock, put aside old baggage, and move AxKit forward with renewed vigor. To that end, I've put together a first draft proposal for the guidelines

Re: XSP content/type question

2004-04-18 Thread Matt Sergeant
On 21 Mar 2004, at 07:28, Arne Claassen wrote: This may be a total XSp newbie (been spending my axkit time in Provider::Filter land), but i can't seem to get me XSP output to come out as anything but text/xml. E.g. given this XSP: ?xml version=1.0? ?xml-stylesheet href=NULL

Re: General denial question (tarpitting)

2004-03-26 Thread Matt Sergeant
On 26 Mar 2004, at 16:31, Bryan Scott wrote: Matt Sergeant wrote: On 25 Mar 2004, at 22:01, Bryan Scott wrote: On another note, with all these worms and trojans going around, I've seriously considered blocking outbound SMTP on our network and requiring users to register their outbound SMTP

Re: denysoft_greylist problem

2004-03-24 Thread Matt Sergeant
On 24 Mar 2004, at 11:50, Gavin Carr wrote: The rest of your log seems to be doing the right thing. Here in the first part, the plugin's clearly recognising this is a new ip address, but it looks as if the write to the db is failing somehow. It's not a locking issue - the lock is already held

Re: General denial question (tarpitting)

2004-03-24 Thread Matt Sergeant
On 24 Mar 2004, at 22:53, Bryan Scott wrote: After playing with Frank's new-and-improved hnbl, I noticed that quite a few hosts were being blocked, and quite quickly. Then they hit over and over again. Sooo.. to spike the punch a little, I decided that, rather than simply deny hosts that

Re: check_hostbyrename (discussion)

2004-03-23 Thread Matt Sergeant
On Tue, 23 Mar 2004, Skaag Argonius wrote: I disagree with you and robert about remote mail admins not giving a damn. Every mail admin i've talked to online, made the efforts to fix the problems, because I am hosting mail for some companies that do some serious business. Lost mail means lost

Re: denysoft_greylist problem

2004-03-22 Thread Matt Sergeant
On 22 Mar 2004, at 21:26, Sam Laffere wrote: Thanks to all the hard-workers fighting against the spam problem. I just had to delete the .dbm database because it seemed to be stuck. DBM files aren't generally safe in the face of multiple writers. It probably has to be re-written with locking

Re: Fork server benchmarks

2004-03-21 Thread Matt Sergeant
On 21 Mar 2004, at 06:14, James H. Thompson wrote: I ran a few small tests on an old slow system and only looked at messages/second. Based on my very limited testing SpeedyCGI is slightly faster than forkserver There could easily be some problems in my test evironment, so these results are

Re: CLAs Still Missing

2004-03-20 Thread Matt Sergeant
On 20 Mar 2004, at 07:37, Kip Hampton wrote: Hey guys, We really need to clear up the problem w.r.t. Contributor License Agreements that are still missing for some of the AxKit committers. The remaining culprits are: Robin Berjon Barrie Slaymaker Joerg Walter Even if you don't think you'll be

Re: Fork server

2004-03-19 Thread Matt Sergeant
On 19 Mar 2004, at 18:35, Charlie Brady wrote: On Thu, 18 Mar 2004, Matt Sergeant wrote: On 18 Mar 2004, at 22:55, Charlie Brady wrote: I'll have a look at adding cdb lookup and setting of environment variables based on connecting IP address. It already does that bit. I don't see where. I

Re: Fork server

2004-03-19 Thread Matt Sergeant
On 19 Mar 2004, at 21:23, Charlie Brady wrote: Do you really need the second Qpsmtpd::TcpServer object? Could you not do: $plugin_loader-start_connection(); $plugin_loader-run(); in the child processes? Possibly. I haven't tried. I just wanted to mirror the tcpserver setup as much as

cvs commit: qpsmtpd qpsmtpd-forkserver

2004-03-18 Thread Matt Sergeant
cvsuser 04/03/18 15:02:43 Modified:.qpsmtpd-forkserver Log: Slightly better signal handling - may help stability issues for some people Revision ChangesPath 1.2 +26 -10qpsmtpd/qpsmtpd-forkserver Index: qpsmtpd-forkserver

Re: lamAV doesn't seem to pick up viruses

2004-03-18 Thread Matt Sergeant
On 18 Mar 2004, at 00:53, Robert Spier wrote: I'm pretty sure this is a problem with clamdscan (note the _d_) not properly parsing mime messages, and expecting them to be pre-parsed. (clamscan -- note there is no _d_ -- has built in de-miming.) You have to enable mime parsing in the config file.

Fork server

2004-03-15 Thread Matt Sergeant
I've checked a fork server into CVS HEAD. It does what has been discussed on the list a few times - creates a pure perl tcp daemon, loads all the plugins in the parent process, and forks a child off for each connection. It should be a *lot* more stable than pperl or the selectserver. I've

Re: Fork server

2004-03-15 Thread Matt Sergeant
On 15 Mar 2004, at 17:42, David Nicol wrote: Matt Sergeant wrote: I've checked a fork server ... number of child limits. Matt. Here's a way to do number of child limiting: Yeah it's easy to do - I just don't feel I have a need for it at this time so I'm happy to take patches. There's a whole

Re: PPerl usage

2004-03-10 Thread Matt Sergeant
On 9 Mar 2004, at 22:32, ross mueller wrote: Just FYI, if you try to load up qpsmtpd thats mounted on a NFS slice with pperl, all sorts of errors go out ;) (im sure ill get a response saying dont run it off an nfs slice) anything from: pperl: failed to read 3 bytes for an OK message:

Re: since we're talking about db libraries...

2004-03-10 Thread Matt Sergeant
On 10 Mar 2004, at 05:19, Justin Mason wrote: Has anyone looked into CDB_File: http://www.cpan.org/modules/by-category/07_Database_Interfaces/ CDB_File/MSERGEANT/CDB_File-0.94.readme Matt clearly likes it for some reason ;) cdb *sounds* like it should have good performance:

Re: PPerl usage

2004-03-09 Thread Matt Sergeant
On 9 Mar 2004, at 21:49, [EMAIL PROTECTED] wrote: On Tue, 9 Mar 2004, Robert Spier wrote: Apart from demonstrating my ability to forget vital features of running my system, does anyone have an opinion about whether it is worthwhile running qpsmtpd under PPerl??? We're running it (mostly) at

Re: axkit_uri passed to document() causes parsererror

2004-03-06 Thread Matt Sergeant
On 6 Mar 2004, at 17:52, Richard Leopold wrote: On Sat, Mar 06, 2004 at 04:53:24PM +0100, Richard Leopold wrote: I've prepared a small test to show you my problem. NOW I notice, that a test 'uri/axkit' already exists. It also failed: Yeah, we see the test failure in our current smoke test

Re: qmail-remote replacement?

2004-03-06 Thread Matt Sergeant
On 6 Mar 2004, at 18:20, [EMAIL PROTECTED] wrote: Are there any moves afoot to do the same thing for qmail-remote as qpsmtpd does for qmail-smtpd? IIRC Russ Nelson has a perl mail sender somewhere in his software archive. Might be a good starting point. Though qmail-remote is quite

Re: error return code

2004-03-02 Thread Matt Sergeant
On Tue, 2 Mar 2004, Theo Van Dinter wrote: On Tue, Mar 02, 2004 at 12:13:44AM -0800, Dan Quinlan wrote: I think we need to discuss this one on the mailing list. theo: in the SA code, do you think we should be doing return code of 0 is error, or 0 is ok? theo: I'm finding some

Re: accessing LibXML processing instruction?

2004-03-01 Thread Matt Sergeant
From: Ken Burcham [EMAIL PROTECTED] I hope this isn't a FAQ (famous last words) but I'm trying to get to processing instructions (xslt PI's) in a libxml dom. I don't see a method like getProcessingInstruction or anything... This isn't directly related to axkit, but... my $doc =

Re: Web Server Down (Again)

2004-02-29 Thread Matt Sergeant
From: Kip Hampton [EMAIL PROTECTED] Can someone wake the hamster that powers axkit.org Done. Had problems with LibXML versions (as seen multiple times on various mailing lists). Maybe we need to rethink hosting? Possibly. If someone wants to donate dedicated hosting (with backup - for the

Re: [xml-libxml] Re: LibXSLT document function broken in axkit

2004-02-29 Thread Matt Sergeant
On Thu, 19 Feb 2004, [ISO-8859-15] Michael Krll wrote: (2) Enable input callbacks for XML::LibXSLT With an active xmlCleanupParser(); line (as its currently the status in LibXML.xs) all the AxKit callbacks are cleared at the last parsing action in Apache::AxKit::Language::LibXSLT

Re: [xml-libxml] Re: LibXSLT document function broken in axkit

2004-02-29 Thread Matt Sergeant
From: Michael Kröll [EMAIL PROTECTED] -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matt Sergeant wrote: | So I applied this, and still don't have a working document() function | unless I specify the full path. Am I missing something? A patch to AxKit | itself perhaps??? That patch should

Re: [xml-libxml] Re: LibXSLT document function broken in axkit

2004-02-29 Thread Matt Sergeant
On Sun, 29 Feb 2004, [ISO-8859-1] Michael Krll wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matt Sergeant wrote: |That patch should be enough. I tested it and it worked. |Which version of XML::LibXML are you using? Christian commited updates |to the callback handling in LibXML.xs

Re: [xml-libxml] Re: LibXSLT document function broken in axkit

2004-02-29 Thread Matt Sergeant
On Sun, 29 Feb 2004, Matt Sergeant wrote: On Sun, 29 Feb 2004, [ISO-8859-1] Michael Krll wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matt Sergeant wrote: |That patch should be enough. I tested it and it worked. |Which version of XML::LibXML are you using? Christian commited

Re: [xml-libxml] Re: LibXSLT document function broken in axkit

2004-02-29 Thread Matt Sergeant
On Sun, 29 Feb 2004, Richard Leopold wrote: But where I can find it ? The cvs.apache.org doesn't seem to hold the newest version. It's the XML-LibXML project on axkit.org's CVS. See the page on the axkit.org website for access details.

Re: Per recipient configs

2004-02-25 Thread Matt Sergeant
From: Gavin Carr [EMAIL PROTECTED] On Sun, Feb 22, 2004 at 04:52:53PM +, Matt Sergeant wrote: Sorry to take so long to get back to you on this... My take on this is that the second parameter is already taken, and so we should just pass on extra params, not change the existing API

Re: new qpsmtpd site, upcoming 0.27

2004-02-23 Thread Matt Sergeant
Argh. I have a rather large patch that refactors logging (all log levels become constants and you can set config/loglevel) and plugin compilation, but it's on my iBook which is off for repair now and might not be back by then. To be fair it can probably wait - it doesn't affect anything major,

Re: Two bugs in SelectServer.pm, one fixed

2004-02-23 Thread Matt Sergeant
On Mon, 23 Feb 2004, Anthony D. Urso wrote: 2. IO::Socket will die() when attempting to send to a disconnected socket, and, at least on my system, the select will return disconnected sockets as ready to write. So, this either needs to be evaled or a check for connectedness

Re: Per recipient configs

2004-02-22 Thread Matt Sergeant
On Tue, 13 Jan 2004, Gavin Carr wrote: The plugin requires a tiny patch (attached) to be applied to Qpsmtpd.pm, allowing config plugins to be passed additional arbitrary parameters - the problem being that the recipient is not available within the transaction at the time the config hook gets

Re: qpsmtpd-server and spamassassin_spamc plugin

2004-02-19 Thread Matt Sergeant
On Wed, 18 Feb 2004, David Garamond wrote: I'm witnessing zombie spamc processes being formed rather quickly if I use 'qpsmtpd-server'. For now I add this line to 'qpsmtpd-server': $SIG{CHLD} = 'IGNORE'; Have you seen another other problems with qpsmtpd-server? I wasn't convinced it was

Re: [PMC VOTE] Change in Xindice PMC representation

2004-02-16 Thread Matt Sergeant
On 16 Feb 2004, at 8:11, Gianugo Rabellino wrote: Kimbro Staken recently announced his will to step down from the XML PMC as the Xindice representative, candidating Vadim Gritsenko (who accepted) as his successor. The vote took place in the Xindice developer lists, with 5 +1 and no negative

Re: [VOTE] XML Federation Proposal

2004-02-12 Thread Matt Sergeant
On 3 Feb 2004, at 10:08, Berin Lautenbach wrote: In the interests of moving things along, I'd like to propose that we present the Federation proposal to the board in the Feb report as an in principle approach to meeting their requirements. So if PMC members could vote on the proposal at :

Re: Need a wiki janitor

2004-02-11 Thread Matt Sergeant
On 10 Feb 2004, at 23:23, Robin Berjon wrote: Matt Sergeant wrote: Would anyone be willing to volunteer to watch the axkit-dev list and revert to an earlier version of a page when someone breaks a wiki page? All the diffs are mailed to the axkit-dev list, so it becomes really easy to spot

Re: Need a wiki janitor [x-adr]

2004-02-11 Thread Matt Sergeant
On 11 Feb 2004, at 14:22, Garrett Goebel wrote: How about borrowing a page from challenge response systems. Put an image on the edit page containing the text the password is 'that animal'... These are real live people doing the spamming edits, not robots. Matt.

Re: does spamd print elapsed time, or cpu time to the log?

2004-02-11 Thread Matt Sergeant
On 11 Feb 2004, at 5:53, Gary Funck wrote: Is it possible for spamd to print cpu time, and other related resource usage info? I'll file an enhancement request if this is seen as doable/useful. It's quite easy - perl has a built in times() function for doing this. Matt.

Re: [sqlite] OK to drop support for legacy file formats?

2004-02-10 Thread Matt Sergeant
On 9 Feb 2004, at 14:53, D. Richard Hipp wrote: Brass Tilde wrote: My understanding is that SQLite has had this auto-update feature since version 2.6.0. If I understand correctly, you should only have a problem if you are *now* using a version prior to that, and go from that version directly to

Need a wiki janitor

2004-02-10 Thread Matt Sergeant
I'm currently facing a bit of a constant battle with wiki abusers - either porn peddlers trying to add links (see the history for the Links page), or just people randomly clearing page content and clicking submit. This is getting rather tedious and time consuming. Would anyone be willing to

Re: [sqlite] OK to drop support for legacy file formats?

2004-02-10 Thread Matt Sergeant
On 9 Feb 2004, at 14:53, D. Richard Hipp wrote: Brass Tilde wrote: My understanding is that SQLite has had this auto-update feature since version 2.6.0. If I understand correctly, you should only have a problem if you are *now* using a version prior to that, and go from that version directly to

Re: [sqlite] OK to drop support for legacy file formats?

2004-02-09 Thread Matt Sergeant
On 6 Feb 2004, at 14:05, D. Richard Hipp wrote: If you use a modern version of SQLite (version 2.6.0 through 2.8.11) to open an older database file (version 2.1.0 through 2.5.6) the library will automatically rebuild all the indices in the database in order to correct a design flaw in the older

Re: [sqlite] OK to drop support for legacy file formats?

2004-02-09 Thread Matt Sergeant
On 6 Feb 2004, at 14:05, D. Richard Hipp wrote: If you use a modern version of SQLite (version 2.6.0 through 2.8.11) to open an older database file (version 2.1.0 through 2.5.6) the library will automatically rebuild all the indices in the database in order to correct a design flaw in the older

Re: [sqlite] Error on commit

2004-02-02 Thread Matt Sergeant
On 29 Jan 2004, at 18:23, Williams, Ken wrote: create_new_sqlite_database(); $dbh->do("BEGIN"); add_lots_of_rows_to_lots_of_tables(); $dbh->do("COMMIT"); Change to: create_new_sqlite_database(); $dbh->{AutoCommit} = 0; add_lots_of_rows_to_lots_of_tables(); $dbh->commit; #

Re: [sqlite] Error on commit

2004-02-02 Thread Matt Sergeant
On 29 Jan 2004, at 18:23, Williams, Ken wrote: create_new_sqlite_database(); $dbh-do(BEGIN); add_lots_of_rows_to_lots_of_tables(); $dbh-do(COMMIT); Change to: create_new_sqlite_database(); $dbh-{AutoCommit} = 0; add_lots_of_rows_to_lots_of_tables(); $dbh-commit; #

<    5   6   7   8   9   10   11   12   13   14   >