Sabotage module
===============

	All the features provided by this module violate the POP3 RFC!
	They also force  some nasty things, which users  may not like,
	so don't use it unless you really have to. 

	The  first   nasty  thing  is  a  redefinition   of  the  RETR
	command. If a client issues  this command while this module is
	active, it will  also mean that the specified  message will be
	marked as deleted, right after the RETR command finished (this
	module calls the DELE handler to accomplish this). This is one
	way to defeat 'Leave mail on the daemon' clients. 

	The other  trick affects the  UIDL command. It will  alter the
	unique  message IDs,  so  they  will not  be  the same  across
	sessions.  This  way, a client  which was instructed  to leave
	mail on the daemon, will retrieve the whole mailbox each time.


OPTIONS
=======

	SABOTAGE.RETR: If  this option is  turned on, the  module will
	sabotage the RETR  command as described above. This  is off by
	default. 

	SABOTAGE.UIDL: Turn  this on  if you want  to enable  the UIDL
	modification  trick  described   above.  This  turned  off  by
	default. 
