svn commit: r394424 - in head/mail/opensmtpd: . files

Ashish SHUKLA ashish at FreeBSD.org
Mon Aug 17 02:38:46 UTC 2015


On Sun, 16 Aug 2015 17:12:14 -0600, Adam Weinberger <adamw at adamw.org> said:
|| On 16 Aug, 2015, at 15:54, Ashish SHUKLA <ashish at FreeBSD.org> wrote:
|| 
|| Author: ashish
|| Date: Sun Aug 16 21:54:15 2015
|| New Revision: 394424
|| URL: https://svnweb.freebsd.org/changeset/ports/394424
|| 
|| Log:
|| - Add a patch to handle long usernames during SMTP authentication,
|| e.g. often username exceeds the limit when it contains @host.name
|| part.
|| 
|| 
|| Added: head/mail/opensmtpd/files/patch-usernamelen
|| 
|| +
|| ++		if (s->flags & SF_USERTOLONG) {
|| ++			log_info("smtp-in: sesson %016"PRIx64
|| ++				": auth failed because username to long",

| You want "too long" there (extra 'o'). May also want it in the newly added SF_USERTOLONG flag.

| # Adam

Oh, yes!

Thanks so much for catching this. I've committed a fix for this in r394432[1]

References:
[1]  https://svnweb.freebsd.org/ports?view=revision&revision=394432


-- 
Ashish SHUKLA      | GPG: F682 CDCC 39DC 0FEA E116  20B6 C746 CFA9 E74F A4B0
Sent from my Emacs
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20150817/5397d12b/attachment.bin>


More information about the svn-ports-all mailing list