Alias: Removed the address group `*', which meant everyone on the system.
authormarkus schnalke <meillo@marmaro.de>
Mon, 30 Jan 2012 10:33:59 +0000 (11:33 +0100)
committermarkus schnalke <meillo@marmaro.de>
Mon, 30 Jan 2012 10:33:59 +0000 (11:33 +0100)
commitf61367c1118de22149e1ddff4a2c2c2437d758f0
treee18daa1b59d00fbde3829338f46bed8b6a9a3ad0
parent684ec30d81e1223a282764452f4902ed4ad1c754
Alias: Removed the address group `*', which meant everyone on the system.
Therefore could remove `everyone' and `noshell' from mts.conf.
If one really needs to write mail to everyone on the system (not just
all regular users, which probably are in a group `user'), then he
shurely can invest a bit more effort to do so. Likely, the simple condition
to uids > 200 and not the shell `noshell' would anyways be to limited.
Better use awk or the like and do it by hand.
h/aliasbr.h
h/mts.h
man/mh-alias.man5
man/mh-tailor.man5
sbr/mts.c
uip/aliasbr.c