MPE/iX 7.5 sendmail support training

MPE/iX 7.5 Sendmail Support Training Page 27March 1, 2002
*.cf internals
(a simple example from
ruleset 4)
a snippet from ruleset 4:
# delete duplicate local names
R$+ % $=w @ $=w $1 @ $2
u%host@host => u@host
use sendmail bt to test rulesets:
echo "4 foo%mpetest@mpetest" |
sendmail -bt
ADDRESS TEST MODE (ruleset 3 NOT
automatically invoked)
Enter <ruleset> <address>
> final input: foo % mpetest @
mpetest
final returns: foo @ mpetest
MUCH has been omitted from this
discussion; please see op.ps for the
gory details!