#define MAIL_LIST "/log/TEMPORARY_ERRORS" create() { seteuid( "Root" ); } new_mail_list( string list ) { rm( MAIL_LIST ); write_file( MAIL_LIST, list ); }