X-Git-Url: https://git.llucax.com/software/sercom-old.git/blobdiff_plain/35176aa3e23a4660af9f139262213e7f47af0794..45bc957ce2739336223af92270b77ab8375d17c2:/src/sc_fetch diff --git a/src/sc_fetch b/src/sc_fetch index 3455028..528b1db 100755 --- a/src/sc_fetch +++ b/src/sc_fetch @@ -158,7 +158,7 @@ imap_close($mbox); function enviar_respuesta($tipo, $to, $mensaje = '', $intento = null) { global $mconf; - $subject = '[' . strtoupper($NAME) . '] Entrega '; + $subject = $mconf['prefijo'] . 'Entrega '; if ($tipo == R_OK) $estado = 'ACEPTADA'; else $estado = 'RECHAZADA'; $subject .= $estado; @@ -169,6 +169,7 @@ function enviar_respuesta($tipo, $to, $mensaje = '', $intento = null) { $headers = <<