<? /*
 
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
# 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
 
 
*/ ?>
 
 |