masqmail
view AUTHORS @ 239:31ee44f45787
refactored alias.c heavily
especially substituted the loop-based alias_expand()
with a recursive approach. Now alias_expand() wraps
alias_one() which recursively expands aliases.
In principle the ``data processing'' is the same but
now it's clearer structured and thus easier to understand
IMO.
The loop might have been faster but I don't care for
speed -- the most simple solution is the best. It's fast
enough, that is sufficient.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Mon, 25 Oct 2010 15:35:28 -0300 |
parents | 3f0b10d41938 |
children | 5781ba87df95 |
line source
1 Project Founder and ~99% of coding done by:
2 Oliver Kurth <oku@masqmail.cx>
4 current project maintainer (since v0.2.22):
5 markus schnalke <meillo@marmaro.de>
8 Contributed code:
10 src/base64/*
11 by Oliver Kurth (GPL-2)
13 src/md5/hmac_md5.*
14 by markus schnalke (ISC License)
16 src/md5/md5.*
17 by Solar Designer (in the Public Domain)
19 src/libident/*
20 by Peter Eriksson (in the Public Domain)
22 admin/rmail
23 by luciano l. mannucci and Wietse Venema (no license applies)
25 admin/mailq.wmbiffrc
26 by Paolo (no license applies)