[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [pysieved] New commit adds htpasswd module, more virtual module options
- From: Koen Vermeer <koen at vermeer dot tv>
- Subject: Re: [pysieved] New commit adds htpasswd module, more virtual module options
- Date: Thu, 19 Apr 2007 11:14:29 +0200
On Thu, 2007-04-19 at 09:47 +0100, David Anderson wrote:
> I guess that you're both asking for something regex-substitution based?
As far as I'm concerned: that might be overkill. Just splitting the
login name into a username and domain, and being able to use that would
suffice for me.
Some other setups may also need something like the first letter of the
username (/somepath/domain/j/johndoe/). Finally, there may be a need for
case conversion.
Koen