On Tue, 7 Nov 2006 (earlier today), I wrote:

> I think you have misunderstood what I wrote. What I meant was that if 
> you use -qff it will deliver at least all the messages that -Rff would, 
> and possible more if there are any. If you use -Rff, it won't trigger 
> non-matching emails.

I have now committed a patch to the code the makes

  exim -q15m -Rff some.thing
  
do what you probably expect; that is, every 15 minutes it runs

  exim -Rff some.thing
  
(Well actually, because of the way it works, it runs

  exim -qff -R some.thing
  
but that has the same effect.)   


Philip

-- 
Philip Hazel, University of Cambridge Computing Service.

-- 
## 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/

Reply via email to