Skip to content

Commit

Permalink
Support for + and / in mailbox part of email sender and recipient add…
Browse files Browse the repository at this point in the history
…resses. hmailserver#173
  • Loading branch information
martinknafve committed May 20, 2016
1 parent d4f0c3d commit f757131
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hmailserver/source/Server/Common/AntiSpam/SURBL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@ namespace HM

// Trim away top domain
if (!CleanHost_(sURL))
{
sRemainingSearchSpace = matches.suffix();
continue;
}

if (addresses.find(sURL) == addresses.end())
{
Expand Down

0 comments on commit f757131

Please sign in to comment.