2010-11-01 Refactored the command line argument processing of masqmail. It used nested switch statements which made it very ugly. Now one large else-if construct is used. One might argue that the many str(n)cmp(3)s are slow compared the the direct character compari- sions. That's correct, but why mind about that? It just gets executed once at each startup and it's not horribly slow, while in contrast it is much cleaner to read. Also the new version lacks some corner-case problems the old one had (e.g. -bdxxx). In nmh I'm still reading code. :-/ (Does this show me something?) http://marmaro.de/lue/ markus schnalke