Jump to content

Weird distribution group issue


telecomguy9

Recommended Posts

telecomguy9

I have a user who receives e-mail sent to an Exchange 2007 e-mail distribution list, but she's not a member of that list. I have verified via the Exchange Management Shell that she is a member of one distribution list, which happens to be a mail enabled security group. The commands I used to verify this are:Get-DistributionGroup | where { (Get-DistributionGroupMember $_ | foreach {$_.name}) -contains "yourUserName" }Get-DistributionGroup | where { (Get-DistributionGroupMember $_ | foreach {$_.PrimarySmtpAddress}) -contains "yourUserPrimaryEmailAddress" } Any ideas as to why this could be happening?

Link to comment
Share on other sites

Hello,Could a user who is on the distribution list have set up a rule to forward messages to the recipient?Regards,Aryeh Goretsky

Link to comment
Share on other sites

Guest LilBambi

Does that person normally get a copy or used to get a copy of emails sent to someone on that distribution list?Sometimes people forget to check on those things when they change assistants, etc.

Link to comment
Share on other sites

Sometimes people forget to check on those things when they change assistants, etc.
We have that problem here at work all the time. Often people stay on DLs long after they've left the department, the site, or even the company. It gets even more confusing if the old usernames are recycled.
Link to comment
Share on other sites

telecomguy9

Thanks for all the replies everyone. The person who's receiving these e-mails (only occasionally, as I understand it) used to work for that division but moved to the division she's now working for months ago. She is now only a member of one DL and it has no link to the one she occasionally receives e-mail from.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...