Just joined the list... Is there an archive somewhere? I googled but didn't
see anything. I'm happy to search to see if my questions have already been
answered if I can find where to search...
Thanks,
Alex
[EMAIL PROTECTED]
Hi Alex.
You can search here:
http://www.mail-archive.com/vchkpw@inter7.com/
- Original Message -
From: <[EMAIL PROTECTED]>
To:
Sent: Monday, March 28, 2005 5:47 PM
Subject: [vchkpw] archive?
Just joined the list... Is there an archive somewhere? I googled but didn't
see anything. I'm
Hi - Just found the archive, so disregard my previous question. Don't know
how I could have overlooked it. Ok, I've just joined and my first question
already labels me as a pinhead. I'll try to do better in future ;-)
I have two questions regarding mysql support in vpopmail (currently running
v
I'm intending to do some custom filtering via .qmail | command lines, and
I'm wondering whether I need to worry about reentrancy issues. I don't
remember people talking about this in discussions of spam filtering for
example, but I want to make sure I'm not missing something.
The qmail doc says:
On Mar 28, 2005, at 4:26 PM, Kurt Bigler wrote:
The qmail doc says:
qmail-lspawn invokes qmail-local asynchronously, so the
results may not be in the same order as the commands.
and this might seem to have the implication that commands in .qmail
files
might end up being executed in parallel. I wo
on 3/28/05 5:53 PM, Tom Collins <[EMAIL PROTECTED]> wrote:
> On Mar 28, 2005, at 4:26 PM, Kurt Bigler wrote:
>> The qmail doc says:
>>> qmail-lspawn invokes qmail-local asynchronously, so the
>>> results may not be in the same order as the commands.
>>
>> and this might seem to have the implicati
Ah, that's what I was concerned about. Temp files aren't the issue, but
rather shared files that are updated as side-effects of the messages going
through. Darn!
Thanks,
Kurt
If possible turn those shared files into a MySQL database - then you can let
MySQL worry about all the locking etc for yo