Re: wildcard support?

2014-09-29 Thread Gilles Chehade
On Thu, Jun 19, 2014 at 08:59:11AM +0100, John Cox wrote:
> Hi
> 
> >I need block some sender like "bounce--xxx@*" but I would like to 
> >configure like:
> >
> >
> >table sender_deny { "bounce-*-*@*" }
> >
> >
> >The below case is working well for www-data@*
> >
> >
> >table sender_deny { "www-data@*" }
> 
> That feature would make me very happy too :-)
> 
> Thanks
> 
> John Cox
> 

Yes, I know, this is a mail from June, but I've been quite busy this
summer so I'm only processing them now ...

For the user-part, this is tricky.

I'm not saying it's not doable, but it's very tricky because wildcards
makes it impossible for a backend to perform a lookup without iterating
on all keys ...

Maybe there's a solution, but it is not a trivial one that can be hacked
in half an hour, you may want to open a ticket.

-- 
Gilles Chehade

https://www.poolp.org  @poolpOrg

-- 
You received this mail because you are subscribed to misc@opensmtpd.org
To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org



Re: wildcard support?

2014-06-19 Thread John Cox
Hi

>I need block some sender like "bounce--xxx@*" but I would like to 
>configure like:
>
>
>table sender_deny { "bounce-*-*@*" }
>
>
>The below case is working well for www-data@*
>
>
>table sender_deny { "www-data@*" }

That feature would make me very happy too :-)

Thanks

John Cox

-- 
You received this mail because you are subscribed to misc@opensmtpd.org
To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org



wildcard support?

2014-06-18 Thread Ricardson Williams
I need block some sender like "bounce--xxx@*" but I would like to 
configure like:



table sender_deny { "bounce-*-*@*" }


The below case is working well for www-data@*


table sender_deny { "www-data@*" }



Cheers,
Ricardson


--
You received this mail because you are subscribed to misc@opensmtpd.org
To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org