Bug 180496 - 'Obscure' email addresses in license
Summary: 'Obscure' email addresses in license
Status: RESOLVED FIXED
Alias: None
Product: krazy
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Unspecified
: NOR normal
Target Milestone: ---
Assignee: Allen Winter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-12 21:09 UTC by Thomas Richard
Modified: 2009-02-21 18:57 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Proposed patch (717 bytes, patch)
2009-01-12 21:12 UTC, Thomas Richard
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Richard 2009-01-12 21:09:52 UTC
Version:            (using Devel)
Installed from:    Compiled sources

Email addresses with a form to misguide scrapers are not recognised  as valid addresses. This is rather annoying when you're browsing threw the krazy errors.
Comment 1 Thomas Richard 2009-01-12 21:12:13 UTC
Created attachment 30199 [details]
Proposed patch

foo@bar
foo @ bar
foo at bar
foo#bar
foo # bar
foo(at)bar
foo (at) bar

These will be the forms recognised after this patch
Comment 2 Allen Winter 2009-02-21 18:57:00 UTC
SVN commit 929609 by winterz:

Be much more forgiving about the copyright's email address format.
Allow (at), at, # before the domain.
Thanks for the patch Thomas.

BUG: 180496


 M  +4 -4      copyright  


WebSVN link: http://websvn.kde.org/?view=rev&revision=929609