Bug#771238: Ooops - editor mishap caused incorrect detail

2015-06-28 Thread Jonas Meurer
Hi,

On Thu, 27 Nov 2014 22:55:37 + 3rd Party Issue Trackers
t...@corebsp.com wrote:
 Hi,
 
 Oops a mishap with the editor caused the issue to be shown in the wrong 
 place the lines inserted by greylistd-setup-exim4 are:
 
   defer
  message= $sender_host_address is not yet authorized to deliver \
   mail from $sender_address to $local_part@$domain. \
   Please try later.
  log_message= greylisted.
  !senders   = :
  !hosts = : +relay_from_hosts : \
   ${if exists {/etc/greylistd/whitelist-hosts}\
   {/etc/greylistd/whitelist-hosts}{}} : \
   ${if exists {/var/lib/greylistd/whitelist-hosts}\
   {/var/lib/greylistd/whitelist-hosts}{}}
  !authenticated = *
  !acl   = acl_local_deny_exceptions
  !dnslists  = ${if exists {/etc/greylistd/dnswl-known-good-sender}\
   {/etc/greylistd/dnswl-known-good-sender}{}} 
 {:}
  domains= +local_domains : +relay_to_domains
  verify = recipient
  condition  = ${readsocket{/var/run/greylistd/socket}\
   {--grey \
$sender_host_address \
$sender_address \
$local_part@$domain}\
   {5s}{}{false}}
 
 Its the dnslists line that is wrong.

I just stumpled across this bug. I can verify that the '{:}' in the
!dnslists statement causes the following log entries in exim4 mainlog:

2015-06-28 09:31:11 dnslists domain { contains strange characters - is
this right?
2015-06-28 09:31:11 dnslists domain } contains strange characters - is
this right?

Removing '{:}' fixes the problem for me.

Cheers,
 jonas


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#771238: Ooops - editor mishap caused incorrect detail

2014-11-27 Thread 3rd Party Issue Trackers

Hi,

Oops a mishap with the editor caused the issue to be shown in the wrong 
place the lines inserted by greylistd-setup-exim4 are:


 defer
message= $sender_host_address is not yet authorized to deliver \
 mail from $sender_address to $local_part@$domain. \
 Please try later.
log_message= greylisted.
!senders   = :
!hosts = : +relay_from_hosts : \
 ${if exists {/etc/greylistd/whitelist-hosts}\
 {/etc/greylistd/whitelist-hosts}{}} : \
 ${if exists {/var/lib/greylistd/whitelist-hosts}\
 {/var/lib/greylistd/whitelist-hosts}{}}
!authenticated = *
!acl   = acl_local_deny_exceptions
!dnslists  = ${if exists {/etc/greylistd/dnswl-known-good-sender}\
 {/etc/greylistd/dnswl-known-good-sender}{}} {:}
domains= +local_domains : +relay_to_domains
verify = recipient
condition  = ${readsocket{/var/run/greylistd/socket}\
 {--grey \
  $sender_host_address \
  $sender_address \
  $local_part@$domain}\
 {5s}{}{false}}

Its the dnslists line that is wrong.


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org