PHP Classes

File: cmb.conf.php

Recommend this page to a friend!
  Classes of Pierre FAUQUE   Clear MBox Class   cmb.conf.php   Download  
File: cmb.conf.php
Role: Configuration script
Content type: text/plain
Description: Configuration of the class
Class: Clear MBox Class
Clean mailbox from spam and unauthorized messages
Author: By
Last change:
Date: 17 years ago
Size: 990 bytes
 

Contents

Class file image Download
<? /*
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# All texts in this file are seen by PHP interpreter as comments.
# (NB: see on the first and the last lines of this file comment marks)
# This file is read line after line. Those beginning by # or ; are
# seen by the class as comments. The syntax of these lines is :
# key=value = comment
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

list_mbox=listmbox.txt = name of the file holding the mailboxes to be cleaned
green_values=greenvalues.txt = name of the file holding the green (authorized) values
lookat=from = look for sender in 'from' header or 'return-path' header
; timelimit=60 = expiry period for the script exécution
debug=1 = 1: debug/demo mode (no deletion). 0: real mode (deletion)
report=1 = 1: return the number of deleted messages. 0: return nothing

*/
?>