Mailing List Archive

Retry testing
Hi!

I have the following retry-line in my Exim version 4.89:

\N^[^@]+@telia\.\N * H,4d,15m,8

When I try it with "exim -brt test@telia.com" I get this:

Retry rule: \N^[^@]+@telia\.\N * H,4d,15m;

The 8 is missing.

Is there something wrong with my H rule?

Regards
Charlie Elgholm
--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/
Re: Retry testing [ In reply to ]
Charlie Elgholm via Exim-users <exim-users@exim.org> (Di 07 Mai 2019 16:43:10 CEST):
> Hi!
>
> I have the following retry-line in my Exim version 4.89:
>
> \N^[^@]+@telia\.\N * H,4d,15m,8
>
> When I try it with "exim -brt test@telia.com" I get this:
> Retry rule: \N^[^@]+@telia\.\N * H,4d,15m;

If I understand well, H has only two parameters, as G has.
--
Heiko
Re: Retry testing [ In reply to ]
On 07/05/2019 15:43, Charlie Elgholm via Exim-users wrote:
> I have the following retry-line in my Exim version 4.89:
>
> \N^[^@]+@telia\.\N * H,4d,15m,8
>
> When I try it with "exim -brt test@telia.com" I get this:
>
> Retry rule: \N^[^@]+@telia\.\N * H,4d,15m;
>
> The 8 is missing.

Do you also have a "telia" line before that one?


--
Cheers,
Jeremy

--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/
Re: Retry testing [ In reply to ]
Hi,

No, this is my complete retry-config:
---
begin retry
\N^[^@]+@yahoo\.\N * H,3d,15m,8
\N^[^@]+@hotmail\.\N * H,3d,15m,8
\N^[^@]+@outlook\.\N * H,3d,15m,8
\N^[^@]+@telia\.\N * H,4d,15m,8
* refused F,24h,1h
* * F,2h,15m; F,8h,30m; F,1d,4h
---

/Charlie

On 2019-05-07 15:23, Jeremy Harris wrote:
> On 07/05/2019 15:43, Charlie Elgholm via Exim-users wrote:
> > I have the following retry-line in my Exim version 4.89:
> >
> >
> > When I try it with "exim -brt test@???" I get this:
> >
> > Retry rule: \N^[^@] @telia\.\N * H,4d,15m;
> >
> > The 8 is missing.
>
> Do you also have a "telia" line before that one?
>
>
> --
> Cheers,
> Jeremy
>
>
--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/