Skip to content

Commit 2562828

Browse files
committed
Update Set-PhishFilterPolicy.md
1 parent 4d7e10b commit 2562828

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

exchange/exchange-ps/exchange/advanced-threat-protection/Set-PhishFilterPolicy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,17 +128,17 @@ There are two basic options for the CSV file:
128128

129129
- **Block or allow all spoofed mail from the source**: You want to block or allow any and all spoofed messages from the specified message source, regardless of the spoofed email address. You can get the CSV file by running the command `Get-PhishFilterPolicy -Detailed | Export-CSV "<PathAndFileName>.csv"`. The important header fields (column headers) are:
130130

131-
**Sender**: The ___domain of the source email server from DNS records, or the IP address if there aren't any DNS records.
131+
**Sender**: The ___domain of the source email server from reverse DNS lookup (PTR records), or the IP address if there aren't any PTR records.
132132

133133
**AllowedToSpoof**: Indicates whether the message source is allowed to send spoofed messages. Valid values are Yes or No.
134134

135-
- **Block or allow some spoofed mail from the source**: You want to block or allow some spoofed messages from the specified message source, but not others. You can get the CSV file by running the command `Get-PhishFilterPolicy -Detailed -SpoofAllowBlockList | Export-CSV "<PathAndFileName>.csv"`. The important header fields (column headers) are:
135+
- **Block or allow some spoofed mail from the source**: You want to block or allow some spoofed messages from the specified message source, but not others. You can get the CSV file by running the command `Get-PhishFilterPolicy -Detailed | Export-CSV "<PathAndFileName>.csv"`. The important header fields (column headers) are:
136136

137-
**Sender**: The ___domain of the source email server from DNS records, or the IP address if there aren't any DNS records.
137+
**Sender**
138138

139139
**SpoofedUser**: The spoofed email address in your organization that the messages appear to be coming from.
140140

141-
**AllowedToSpoof**: Indicates whether messages that contain the spoofed sender from the source email server are allowed. Valid values are Yes or No.
141+
**AllowedToSpoof**
142142

143143
```yaml
144144
Type: String

0 commit comments

Comments
 (0)