Does Exchange support disposable e-mail addresses?
Solution 1:
This feature is now available on Office 365 Exchange!
Exchange admins will have to enable this manually on their server. This can be done through Powershell using the following command:
Set-OrganizationConfig -AllowPlusAddressInRecipients $true
For instructions on how to use Powershell, you can find out more here: https://docs.microsoft.com/en-us/powershell/exchange/exchange-online-powershell-v2?view=exchange-ps
The setting may not instantly take effect so please expect a delay before you can start using plus addresses.
We're still waiting documentation on this feature and from feedback I've seen, it doesn't work for everyone currently.
Solution 2:
Out of the box no.
You could develop an event sink that does the routing for you... This might get you started.
Solution 3:
While the short answer is no, when the need arises and I don't wish to use one of the many web based providers of disposable email addresses I simply create one, use it and delete it when done.