On Fri, Jan 05, 2024 at 02:49:43PM +0000, Ben Cartwright-Cox via db-wg wrote:
> Sadly --show-personal over whois port 43 also does not return email
> for person objects:
> 
> $ whois -h whois.ripe.net --show-personal BC6775-RIPE |& grep email:
> $

Grep for 'e-mail' instead

$ whois -h whois.ripe.net -- 'BC6775-RIPE -B' | grep e-mail > /dev/zero
$ echo $?
0

-- 

To unsubscribe from this mailing list, get a password reminder, or change your 
subscription options, please visit: 
https://lists.ripe.net/mailman/listinfo/db-wg

Reply via email to