Explorar el Código

rename sign_received to sign_inbound

tags/1.7.0
Joel Stein hace 6 años
padre
commit
7ab86e2bdd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      lualib/dkim_sign_tools.lua

+ 1
- 1
lualib/dkim_sign_tools.lua Ver fichero

rspamd_logger.debugm(N, task, 'mail is from address in sign_networks') rspamd_logger.debugm(N, task, 'mail is from address in sign_networks')
elseif settings.sign_local and is_local then elseif settings.sign_local and is_local then
rspamd_logger.debugm(N, task, 'mail is from local address') rspamd_logger.debugm(N, task, 'mail is from local address')
elseif settings.sign_received and not is_local and not auser then
elseif settings.sign_inbound and not is_local and not auser then
rspamd_logger.debugm(N, task, 'mail was sent to us') rspamd_logger.debugm(N, task, 'mail was sent to us')
else else
rspamd_logger.debugm(N, task, 'ignoring unauthenticated mail') rspamd_logger.debugm(N, task, 'ignoring unauthenticated mail')

Cargando…
Cancelar
Guardar