Re: [Exim] Exim 3.32 - query on the -bpc flag

Pàgina inicial
Delete this message
Reply to this message
Autor: Philip Hazel
Data:  
A: Odhiambo Washington
CC: exim-users, Carl Inglis
Assumpte: Re: [Exim] Exim 3.32 - query on the -bpc flag
On Tue, 30 Oct 2001, Odhiambo Washington wrote:

> I have no_queue_list_requires_admim set and it behaves the same as yours, or
> is there something you and me are missing? ;)


Yes. The patch below. It's a bug.

-- 
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.



*** exim-3.33/src/exim.c    Wed Aug 15 12:09:09 2001
--- exim.c    Tue Oct 30 13:24:22 2001
***************
*** 2197,2203 ****


  if (!admin_user)
    {
!   if (deliver_give_up || daemon_listen || count_queue ||
       (list_queue && queue_list_requires_admin) ||
       (queue_interval >= 0 && prod_requires_admin))
      {
--- 2197,2204 ----


  if (!admin_user)
    {
!   if (deliver_give_up || daemon_listen ||
!      (count_queue && queue_list_requires_admin) ||
       (list_queue && queue_list_requires_admin) ||
       (queue_interval >= 0 && prod_requires_admin))
      {