summaryrefslogtreecommitdiff
path: root/rc/bin/vwhois
blob: ce4eae80369ccdad1e899498ac65ce581c693527 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/rc

rfork e

box=mbox
if(! test -d /mail/fs/$box)
	box=`{ls -p /mail/fs | grep -v ctl | sed 1q}
if(~ $#box 0)
	box=mbox	# we tried

if(~ $#box 1 && test -f /mnt/plumb/seemail || test -f /mnt/term/mnt/plumb/seemail){
	for(i)
		plumb -dseemail -a 'filetype=vwhois digest='$i.$pid' mailtype=new sender='$i /mail/fs/$box/XXXvwhois
}
if not for (i){
	echo vwhois: vwhois: vwhois: delivered $user From $i '(vwho)' >> /sys/log/mail
}