How do I bypass content filtering for distribution groups?

I have FPE 2010 installed on my Exchange Edge 2010 servers.  We tell users if they want to whitelist users and/or domains to update their Safe Senders (or Blocked Senders) list in Outlook.  Then we run a PowerShell commend every night (Get-Mailbox | Update-SafeList).  That updates the Safe Senders list on the Edge servers and those senders bypass the spam filtering.

A customer called in today and said e-mails being sent to a distribution group are being blocked by the spam filter.  You cannot modify a Safe Senders list for a DL.  Furthermore, there is no ByPassAntiSpam attribute for a DL (there is for a user mailbox).  I traced the message down in the logs and verified the e-mail is sent to a DL (there are no email delivery restrictions on the DL) and it was rejected due to content restrictions.

SMTPSubmit SMTPAcceptAnySender SMTPAcceptAuthoritativeDomainSender AcceptRoutingHeaders
220 smtpedge.domain.com Microsoft ESMTP MAIL Service ready at Fri, 31 Jan 2014 07:15:02 -0800
EHLO server10.domain.com
250-smtpedge.domain.com Hello []
250-SIZE 31457280
250-PIPELINING
250-DSN
250-ENHANCEDSTATUSCODES
250-X-ANONYMOUSTLS
250-AUTH
250-X-EXPS NTLM
250-8BITMIME
250-BINARYMIME
250-CHUNKING
250-XEXCH50
250 XSHADOW
MAIL FROM:<eddie@sendingdomain.com> SIZE=28028

08D0E09CD9D8CFD0;2014-01-31T15:15:03.189Z;1
RCPT TO:<support@receivingdomain.com>

250 2.1.0 Sender OK
250 2.1.5 Recipient OK
BDAT 26632 LAST
Tarpit for '0.00:00:05'
550 5.7.1 Message rejected due to content restrictions
QUIT
221 2.0.0 Service closing transmission channel

Any suggestions for whitelisting senders for DL or bypassing anti-spam for distribution g

February 4th, 2014 1:11pm

I figured out how to bypass the content filter all together.

$list = (Get-ContentFilterConfig).BypassedSenders

get-distributiongroup | foreach-object -process { $list.add( $_.primarysmtpaddress)}

set-contentfilterconfig -bypassedrecipients $list

 

However, it would be nice to allow the end users to manage their own distribution group safe senders list.  Is there any options to manage the safe senders list for Distribution Groups?  I would rather not disable content filtering for all of the Distribution Groups.

Free Windows Admin Tool Kit Click here and download it now
February 4th, 2014 5:35pm

Hi,

Thanks for your share.

If you wanted to modify the Safe Senders List, the link below may be helpful:

How to Bulk Modify Safe Senders List in Outlook with Exchange Management Shell

Best regards,

Susie

February 5th, 2014 3:20am

Hi Susie,

Thank you for the link; however, I don't see a way to update the safe sender's list of a distribution group.  I see a way to update the mailboxes for members of a distribution group, but not the group itself.  Did I miss something?

DB

Free Windows Admin Tool Kit Click here and download it now
February 5th, 2014 10:29am

Hi,

Thanks for your reply. You are right, that is only useful for a specific user in the distribution group.

Since I am not familiar with Exchange, maybe you can ask in Exchange forum below for professional assistance:

http://social.technet.microsoft.com/Forums/exchange/en-US/home?forum=exchange2010

Thanks for your understanding and support.

Best regards,

Susie


February 11th, 2014 2:39am

Hi,

Thanks for your reply. You are right, that is only useful for a specific user in the distribution group.

Since I am not familiar with Exchange, maybe you can ask in Exchange forum below for professional assistance:

http://social.technet.microsoft.com/Forums/exchange/en-US/home?forum=exchange2010

Thanks for your understanding and support.

Best regards,

Susie


Free Windows Admin Tool Kit Click here and download it now
February 11th, 2014 10:34am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics