Removed conflict(8), because checking passwd, /var/mail, etc. is not our job.
authormarkus schnalke <meillo@marmaro.de>
Mon, 26 Mar 2012 12:00:09 +0000 (14:00 +0200)
committermarkus schnalke <meillo@marmaro.de>
Mon, 26 Mar 2012 12:00:09 +0000 (14:00 +0200)
commit8b235097cbd11d728c07b966cf131aa7133ce5a9
tree7dd5a85330fb14be2191f6ca218b870e4d6c256c
parent59fa35679d83dd2e4d0cf13c2a1d2cf8fbb9de76
Removed conflict(8), because checking passwd, /var/mail, etc. is not our job.
Conflict did check for:
- duplicate users
- duplicate groups
- existence of group members
- valid group ids
- orphaned maildrops
... and by the way for valid format of alias files.
The latter task can be covered by ali(1) without address arguments.
All the other tasks have nothing to do with the MUA. Actually, most of
them can be covered with shell one-liners.
man/Makefile.in
man/ali.man1
man/conflict.man8 [deleted file]
man/mh-alias.man5
man/mh-chart.man1
man/mmh-intro.man7
uip/Makefile.in
uip/conflict.c [deleted file]