int main(char file, int confnro, int replyto) {
// file is the filename of the message
// confnro is the number of conference where this message will be saved
// replyto is the number of message to which this is a reply
return(0); // 1=cancel, 0=save
}