After sending a patch to Rick Chang, the mediatek mail server responded:
** Message not delivered **
Your message couldn't be delivered to [email protected] because
the remote server is misconfigured. See technical details below for more
information.
The response from the remote server was:
550 Relaying mail to [email protected] is not allowed
So, drop Rick Chang from the MEDIATEK JPEG DRIVER section.
Signed-off-by: Lukas Bulwahn <[email protected]>
---
If Rick Chang is gone, pick this patch.
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 8c7e40e1215e..02a75dd04187 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12334,7 +12334,6 @@ F: drivers/iommu/mtk_iommu*
F: include/dt-bindings/memory/mt*-port.h
MEDIATEK JPEG DRIVER
-M: Rick Chang <[email protected]>
M: Bin Liu <[email protected]>
S: Supported
F: Documentation/devicetree/bindings/media/mediatek-jpeg-*.yaml
--
2.17.1
Em Wed, 9 Mar 2022 11:04:31 +0800
Miles Chen <[email protected]> escreveu:
> Hi Lukas,
>
> > After sending a patch to Rick Chang, the mediatek mail server responded:
> >
> > ** Message not delivered **
> >
> > Your message couldn't be delivered to [email protected] because
> > the remote server is misconfigured. See technical details below for more
> > information.
> >
> > The response from the remote server was:
> > 550 Relaying mail to [email protected] is not allowed
> >
> > So, drop Rick Chang from the MEDIATEK JPEG DRIVER section.
Funny... I did a quick test here, and the e-mail to Rick was not rejected:
Connecting to smtp.kernel.org [35.85.114.177]:587 ... TFO mode sendto, no data: EINPROGRESS
connected
SMTP<< 220 smtp.kernel.org ESMTP Postfix
SMTP>> EHLO mail.kernel.org
SMTP<< 250-smtp.kernel.org
250-PIPELINING
250-SIZE 30720000
250-VRFY
250-ETRN
250-STARTTLS
250-ENHANCEDSTATUSCODES
250-8BITMIME
250-DSN
250 CHUNKING
SMTP>> STARTTLS
SMTP<< 220 2.0.0 Ready to start TLS
SMTP>> EHLO mail.kernel.org
SMTP<< 250-smtp.kernel.org
250-PIPELINING
250-SIZE 30720000
250-VRFY
250-ETRN
250-AUTH PLAIN LOGIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250-DSN
250 CHUNKING
SMTP>> AUTH PLAIN ************************************
SMTP<< 235 2.7.0 Authentication successful
SMTP|> MAIL FROM:<[email protected]> SIZE=1361 [email protected]
SMTP|> RCPT TO:<[email protected]>
will write message using CHUNKING
SMTP+> BDAT 338 LAST
SMTP>> QUIT
SMTP<< 250 2.1.0 Ok
SMTP<< 250 2.1.5 Ok
SMTP<< 250 2.0.0 Ok: 338 bytes queued as 8DCF4C34100
SMTP<< 221 2.0.0 Bye
SMTP(close)>>
LOG: MAIN
=> [email protected] R=smarthost T=remote_msa H=smtp.kernel.org [35.85.114.177] X=TLS1.2:ECDHE-RSA-AES256-GCM-SHA384:256 CV=yes A=client_auth_plain K C="250 2.0.0 Ok: 338 bytes queued as 8DCF4C34100"
LOG: MAIN
Completed
> >
> > Signed-off-by: Lukas Bulwahn <[email protected]>
>
> I confirmed that Rick Chang has left Mediatek, so it is ok to remove his name.
Ok, I'll apply the patch.
>
> Reviewed-by: Miles Chen <[email protected]>
>
> Thanks,
> Miles
Thanks,
Mauro