On Sat, Aug 13, 2005 at 04:44:36PM +0200, Mario Domg?rgen wrote: > Hello! > > Although it seems good documented i don't understand my behaviour of > sieve scripts under exim. I have a very simple sieve script like that: > > # Sieve filter > keep; > > The message i get for "exim -bf filterfile < mail" is always "No keep". > That also happens if i use bigger filterfiles, even copy and pasted ones > seems to fail. Exim filtering and .forward just work just normal. > What would that "No keep" mean except that exim does not want to keep my > mail?
It means the message is not correct. It should say: "No implicit keep", because the keep is explicit. Try using an empty filter file and you should see "Keep". Michael -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
