Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_posix/sys/lib/sysconfig/auth/files/rewrite – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
# convert source domain address to a chain a@b@c@d...
2
@([^@!,]*):([^!@]*)@([^!]*)		alias	\2@\3@\1
3
@([^@!]*),@([^!@,]*):([^!@]*)@([^!]*)	alias	@\1:\3@\4@\2
4
 
5
# convert a chain a@b@c@d... to ...d!c!b!a
6
([^@]+)@([^@]+)@(.+)	alias	\2!\1@\3
7
([^@]+)@([^@]+)		alias	\2!\1
8
 
9
# all mail
10
plan9\.bell-labs\.com!(.*) |	"/mail/lib/qmail '\s' 'net!plan9\.bell-labs\.com'" "'\1'"
11
.*			 |	"/mail/lib/qmail '\s' 'net!plan9\.bell-labs\.com'" "'&'"