mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-23 15:37:01 +00:00
chasquid: Skip SPF if the connection has authenticated
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.
This commit is contained in:
@@ -20,7 +20,6 @@ Delivery to the following recipient(s) failed permanently:
|
||||
|
||||
----- Original message -----
|
||||
|
||||
Received-SPF: *
|
||||
Received: from user user@testserver
|
||||
by *
|
||||
(envelope from "user@testserver")
|
||||
|
||||
Reference in New Issue
Block a user