On Sat, May 15, 2010 at 2:57 PM, Daenyth Blank <daenyth+a...@gmail.com> wrote: > On Sat, May 15, 2010 at 08:48, Xavier Chantry <chantry.xav...@gmail.com> > wrote: >> Did you follow >> http://wiki.archlinux.org/index.php/Super_Quick_Git_Guide#Sending_patches >> ? >> > I'm using send-email, but routing it through gmail rather than a local > smtp server. The problem is that it can't send with the +arch that I'm > subscribed as, so I've been forwarding the copy that gets sent to my > address (mailman drops the other since it lacks the +arch). Not sure > of the best way to handle it. Could resubscribe under my regular name, > but I'd rather not just for that... I'll try to figure something out. > >
If you mean that you tried git smtp client directly, then try to debug /usr/lib/git-core/git-send-email to see what happens with the + :) Did you try to quote / escape it differently ? Otherwise, try msmtp, it's quite simple to setup, just follow the wiki.