There used to be a problem where people with dots early in their names were unnotifiable (because the dots would be stripped out and the name match would always fail), but it was fixed, so now dots matter. According to rule 3 of How do comment @replies work?:
If there are more than three characters in @name, then all given characters must match (neither @alix nor @aliceinwonderland will match user Alice).
Thus, @Pekka will match you, but @Pekka... won't. There is an exception to the rule where a single trailing punctuation character won't break the match, so @Pekka. or @Pekka, would work, but since there were three in this case it doesn't apply.