annotate tests/localhost-stdin/README @ 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 |
49ca781e1503 |
children |
|
rev |
line source |
63
|
1 localhost-stdin
|
|
2 ---------------
|
0
|
3
|
63
|
4 Three mails are sent, using different options, to <you@localhost>.
|
0
|
5 local.sh sends mail accepted from stdin and sends them to a fake local
|
|
6 mailbox, using your login name. If it works, there should be a file
|
|
7 named with your login name with the mails. You can look at it with cat
|
|
8 or less, or with an ordinary mail program.
|
|
9
|
|
10 Two log files, masqmail.log and debug.log will also be created within
|
|
11 this directory. They may give some information if anything went wrong.
|
|
12
|
63
|
13 Run them from within this directory, preferably NOT as root, but you
|
|
14 got to have write permission for this directory.
|