1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 16:27:38 +02:00

more changes/fixes. New mail handling should be tested by those persons experienced problems with anti spam software and empty To Fields.

git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3758 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2003-03-30 17:48:37 +00:00
parent 0c42dd05df
commit 3617af0360
7 changed files with 51 additions and 11 deletions

View File

@@ -104,6 +104,8 @@ p,ul,td {font-size:10pt;}
<li>Prevented the ability to apply BBCode to website contents - we will find another EasterEgg</li>
<li>Fixed problems with very long user passwords</li>
<li>Limited username length the strict way - duplicate username registrations should no longer occur</li>
<li>Changed split words handling - now foreign characters are indexed correctly, searching for them works too</li>
<li>Changed empty email To Field to use a non-disclosure delimiter - Anti-Spam software should handle those mails correctly, they are RFC compliant</li>
</ul>
<a name="203"></a><h3 class="h3">1.ii. Changes since 2.0.3</h3>