Questions and Answers for users of ASSP Anti-Spam SMTP Proxy
<[email protected]> schreibt:
>Does this apply to all directories or just the corpus?  It may be a 
>point of confusion to people if this applied to some but not all
>things 
>that require directories.

  -d "$base/$spamlog" or mkdir "$base/$spamlog",0700;
  -d "$base/$notspamlog" or mkdir "$base/$notspamlog",0700;
  my $dir=$correctedspam;
  $dir=~s/\/.*?$//;
  -d "$base/$dir" or mkdir "$base/$dir",0700;
  -d "$base/$correctedspam" or mkdir "$base/$correctedspam",0700;
  -d "$base/$correctednotspam" or mkdir "$base/$correctednotspam",0700;
  my $pbdir = $1 if $pbdb=~/(.*)\/.*/;
  mkdir "$base/$pbdir",0700 if $pbdir;
  -d "$base/notes" or mkdir "$base/notes",0700;


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Assp-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-user

Reply via email to