mirror of
https://blitiri.com.ar/repos/chasquid
synced 2026-01-06 17:47:00 +00:00
Currently, we do SPF checks for all connections. However, authenticated users will be sending email from different locations, applying SPF to them will result in false positives. So this patch makes chasquid skip SPF checking if the connection is authenticated.
34 lines
631 B
Plaintext
34 lines
631 B
Plaintext
From user@testserver
|
|
From: Mail Delivery System <postmaster-dsn@testserver>
|
|
To: <user@testserver>
|
|
Subject: Mail delivery failed: returning message to sender
|
|
Message-ID: *
|
|
Date: *
|
|
X-Failed-Recipients: fail@testserver,
|
|
Auto-Submitted: auto-replied
|
|
|
|
Delivery to the following recipient(s) failed permanently:
|
|
|
|
- fail@testserver
|
|
|
|
|
|
----- Technical details -----
|
|
|
|
- "false" (PIPE) failed with error:
|
|
exit status 1
|
|
|
|
|
|
----- Original message -----
|
|
|
|
Received: from user user@testserver
|
|
by *
|
|
(envelope from "user@testserver")
|
|
on ; *
|
|
Date: *
|
|
From: Mailer daemon <somewhere@horns.com>
|
|
Subject: I've come to haunt you
|
|
|
|
Muahahahaha
|
|
|
|
|