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_fixcpp/mail/lib/setup.bayes – 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
#!/bin/rc
2
 
3
cd /mail/box/$user
4
>>_bounced
5
>>L.spam
6
chmod +arw _bounced
7
>>_prof.mbox
8
>>_prof.spam
9
if(! test -s _prof.mbox)
10
	cp /mail/lib/prof.mbox _prof.mbox
11
if(! test -s _prof.spam)
12
	cp /mail/lib/prof.spam _prof.spam
13
chmod +lrw _prof.mbox _prof.spam
14
chmod +lrw L.spam
15
>>spam
16
chmod +alrw spam
17
i=0
18
if(test -f pipeto){
19
	while(test -f pipeto.$i)
20
		i=`{echo 1+$i |hoc}
21
	mv pipeto pipeto.$i
22
	echo saved pipeto as pipeto.$i
23
}
24
cp /mail/lib/pipeto.bayes pipeto
25
chmod 775 pipeto