RE: Error Handling in SieveToMultiMailbox

2007-04-12 Thread Steve Brewin
Hi Robert Just as an addition, if you really want to process mail injected into the mailet chain by fetchmail differently to mail injected by SMTP, you can already! The fetchmail configuration pages - http://james.apache.org/server/2.3.0/fetchmail_configuration.html - document the wide range of m

Re: Error Handling in SieveToMultiMailbox

2007-04-12 Thread robert burrell donkin
On 4/12/07, Stefano Bagnara <[EMAIL PROTECTED]> wrote: robert burrell donkin ha scritto: > On 4/12/07, Stefano Bagnara <[EMAIL PROTECTED]> wrote: >> robert burrell donkin ha scritto: >> > if fetchmail cannot process an incoming message it should leave the >> > message on the upstream server by no

Re: mail not getting filtered using jsieve

2007-04-12 Thread robert burrell donkin
On 4/11/07, ketanbparekh <[EMAIL PROTECTED]> wrote: Hi All, hi Can anybody provide me some inputs. i've recently added code that should aid in debugging sieve scripts to trunk. i'd recommend checking out the latest code, turning up debugging and then using ScriptChecker to test and debug y

Re: Error Handling in SieveToMultiMailbox

2007-04-12 Thread Stefano Bagnara
robert burrell donkin ha scritto: On 4/12/07, Stefano Bagnara <[EMAIL PROTECTED]> wrote: robert burrell donkin ha scritto: > if fetchmail cannot process an incoming message it should leave the > message on the upstream server by not marking it for deletion. Fetchmail is able to process the mail

svn commit: r527829 - in /james/server/sandbox/seda-imap/src/java/org/apache/james/imapserver: decode/ message/

2007-04-12 Thread rdonkin
Author: rdonkin Date: Thu Apr 12 01:16:16 2007 New Revision: 527829 URL: http://svn.apache.org/viewvc?view=rev&rev=527829 Log: Fixed inconsistent command naming. Added: james/server/sandbox/seda-imap/src/java/org/apache/james/imapserver/message/CheckCommandMessage.java - copied, change

Re: Error Handling in SieveToMultiMailbox

2007-04-12 Thread robert burrell donkin
On 4/12/07, Stefano Bagnara <[EMAIL PROTECTED]> wrote: robert burrell donkin ha scritto: > if fetchmail cannot process an incoming message it should leave the > message on the upstream server by not marking it for deletion. Fetchmail is able to process the mail and send it to the James Spooler,

Re: Error Handling in SieveToMultiMailbox

2007-04-12 Thread robert burrell donkin
On 4/12/07, Norman Maurer <[EMAIL PROTECTED]> wrote: robert burrell donkin schrieb: > On 4/11/07, Steve Brewin <[EMAIL PROTECTED]> wrote: >> >> robert burrell donkin wrote: >> > >> > SieveToMultiMailbox contains the following snippet: >> > >> > // If there were errors, we redirect the email to th

Re: Error Handling in SieveToMultiMailbox

2007-04-12 Thread Stefano Bagnara
robert burrell donkin ha scritto: if fetchmail cannot process an incoming message it should leave the message on the upstream server by not marking it for deletion. Fetchmail is able to process the mail and send it to the James Spooler, so it deletes the message. There is no link from the sp

Re: Error Handling in SieveToMultiMailbox

2007-04-12 Thread Norman Maurer
robert burrell donkin schrieb: > On 4/11/07, Steve Brewin <[EMAIL PROTECTED]> wrote: >> >> robert burrell donkin wrote: >> > >> > SieveToMultiMailbox contains the following snippet: >> > >> > // If there were errors, we redirect the email to the ERROR >> > // processor. >> > // In order for this se

JAMES Server Nightly Build Report

2007-04-12 Thread JAMES Nightly Build System
Updating From Source Control Usrc/site/xdoc/dns_configuration.xml Updated to revision 527814. ---

Re: Error Handling in SieveToMultiMailbox

2007-04-12 Thread robert burrell donkin
On 4/11/07, Steve Brewin <[EMAIL PROTECTED]> wrote: robert burrell donkin wrote: > > SieveToMultiMailbox contains the following snippet: > > // If there were errors, we redirect the email to the ERROR > // processor. > // In order for this server to meet the requirements of the SMTP > // specifi