summaryrefslogtreecommitdiffstats
path: root/util/filtermail.pl
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-03-25 12:01:37 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-03-25 12:01:37 +0800
commitf491fb7f32b6e2a9474b82660f7587f90344d4d3 (patch)
tree00598379173ae606e858bc402d57d00a5396995b /util/filtermail.pl
parent204095a30efad010887d026ac8cc41b666ac0ce5 (diff)
downloadpttbbs-f491fb7f32b6e2a9474b82660f7587f90344d4d3.tar
pttbbs-f491fb7f32b6e2a9474b82660f7587f90344d4d3.tar.gz
pttbbs-f491fb7f32b6e2a9474b82660f7587f90344d4d3.tar.bz2
pttbbs-f491fb7f32b6e2a9474b82660f7587f90344d4d3.tar.lz
pttbbs-f491fb7f32b6e2a9474b82660f7587f90344d4d3.tar.xz
pttbbs-f491fb7f32b6e2a9474b82660f7587f90344d4d3.tar.zst
pttbbs-f491fb7f32b6e2a9474b82660f7587f90344d4d3.zip
delete filtered mail
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@66 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util/filtermail.pl')
-rw-r--r--util/filtermail.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/filtermail.pl b/util/filtermail.pl
index 45c13c86..c7a728f7 100644
--- a/util/filtermail.pl
+++ b/util/filtermail.pl
@@ -38,6 +38,7 @@ if( !$norelay ){
}
else{
$to = substr($fn, rindex($fn, '/') + 1);
- `/bin/mv $fn /tmp/norelay/$to`;
+ #`/bin/mv $fn /tmp/norelay/$to`;
+ unlink $fn;
}