Komische Mails an LinkedIn

Walter H. walter.h at mathemainzel.info
Mi Apr 3 09:37:00 CEST 2019


On Tue, April 2, 2019 20:54, J. Fahrner wrote:
> Hallo Liste,
> Junior ist bei LinkedIn angemeldet, und immer wenn er von da Mails
> bekommt geht anschliessend eine Mail zurück an eine komische
> Absenderadresse, z.B.
> m-szc8omy5imq0utn6mlluyot9o0v67ime5h8viq8buhjrvga82yjcqg at bounce.linkedin.com
>
> Was ist das? Sind das Empfangsbestätigungen? Kann ich die verhindern?
>
> Jochen
>
Hallo

kannst Du mal im Header des urspr. Mail nachsehen ob da

'return-receipt-to' vorkommt, das ist die Anforderung f. eine Empfangsbest.
wobei die Frage ist, ob Dein Server nicht so eingestellt werden kann,
daß er keine sendet ...

'disposition-notification-to'
'x-confirm-reading-to'
sind Lesebestätigung, welche man per Header-Check neutralisieren kann ...

if
/^(return-receipt-to|disposition-notification-to|x-confirm-reading-to):[[:cntrl:][:space:]].*$/
/^(return-receipt-to):[[:cntrl:][:space:]](.*)$/
        REPLACE X-Blocked-Notify-To: [OnDelivery: $2]
/^(disposition-notification-to|x-confirm-reading-to):[[:cntrl:][:space:]](.*)$/
        REPLACE X-Blocked-Notify-To: [OnRead: $2]
endif



Mehr Informationen über die Mailingliste postfix-users