|
From: <de...@us...> - 2003-12-25 14:15:53
|
Update of /cvsroot/babeldoc/babeldoc/modules/scanner/config/i18n In directory sc8-pr-cvs1:/tmp/cvs-serv11953/babeldoc/modules/scanner/config/i18n Modified Files: messages.properties Log Message: Fixed bugs #865417 and #865679 - Throwing exceptions during processing a message will not stop processing other messages - Binary attachments are now handled properly (you should set binary=true) in scanner config - Also new config option has been added to MailboxScanner - deleteInvalid which can be used for deleting messages that are not valid (that raise exceptions) USE THIS OPTION WITH CAUTION since it can be destructive. It can be usefull when you know that valid e-mails does not throw exceptions and you want to delete all other mails Index: messages.properties =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/modules/scanner/config/i18n/messages.properties,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** messages.properties 13 Oct 2003 07:24:39 -0000 1.18 --- messages.properties 25 Dec 2003 14:15:50 -0000 1.19 *************** *** 95,98 **** --- 95,99 ---- scanner.MailboxScannerInfo.option.toFilter=Regular expression which, if matched by the To field, causes the message to be processed scanner.MailboxScannerInfo.option.subjectFilter=Regular expression which, if matched by the Subject field, causes the message to be processed + scanner.MailboxScannerInfo.option.deleteInvalid=Delete messages that are not valid (invalid address etc.) and not processed by Babeldoc scanner.ExternalApplicationScanner.description=The ExternalApplicationScanner runs an external application and pipes the standard output from that application into the pipeline. |