On Sat, May 15, 2010 at 4:05 PM, Daenyth Blank <daenyth+a...@gmail.com> wrote:
> On Sat, May 15, 2010 at 09:43, Xavier Chantry <chantry.xav...@gmail.com> 
> wrote:
>> Can you show us how exactly you configured git smtp client and/or
>> other smtp clients you tried ?
>>
> Just tried using msmtp, it also did not send with the +arch intact,
> even when setting "from" and "user" to include it.
>
> account gmail
> host smtp.gmail.com
> port 587
> protocol smtp
> auth on
> from daen...@gmail.com
> user daen...@gmail.com
> tls on
> tls_starttls on
> tls_trust_file /usr/share/ca-certificates/mozilla/Equifax_Secure_CA.crt
>
> account gmail+arch :gmail
> from daenyth+a...@gmail.com
> user daenyth+a...@gmail.com
>
> daen...@muspelheimr ~ $ echo "testing msmtp via gmail" | msmtp -a
> gmail+arch daenyth+a...@gmail.com
> password for daenyth+a...@gmail.com at smtp.gmail.com:
>
> --
> Date: Sat, 15 May 2010 07:00:25 -0700 (PDT)
> From: daen...@gmail.com
> testing msmtp via gmail
>
>

Uh, I didn't even know about about that gmail special feature "plus
addressing". You didn't mention that, I thought you created another
full account.
I learned it there : http://www.php.net/manual/fr/ref.mail.php#70912
I suppose gmail accounts cannot have + then ?

So yeah it seems it's gmail smtp server that accepts name+foo address,
but it drops the +foo part.
And gmail web interface must do something special to talk to smtp server then.

But you don't need a different address to filter messages from a
mailing list. Or maybe you have other special needs.

Reply via email to