From: Sergey Vlasov <vsu@altlinux.ru>
To: ALT Devel discussion list <devel@lists.altlinux.org>
Subject: Re: [devel] [Fwd: [ANNOUNCE] tig - text-mode interface for git]
Date: Wed, 17 May 2006 20:15:05 +0400
Message-ID: <20060517161505.GR19254@master.mivlgu.local> (raw)
In-Reply-To: <20060517154619.GB20493@hell.immo.ru>
[-- Attachment #1: Type: text/plain, Size: 958 bytes --]
On Wed, May 17, 2006 at 07:46:19PM +0400, Alexey I. Froloff wrote:
> P.S. А git-send-email принципиально не умеет работать через
> /usr/sbin/sendmail -t ?
В git.git#master позавчера приделали поддержку. Точнее, изначально она
там была, поскольку использовался модуль Mail::Sendmail, но потом из-за
ругани по поводу использования нестандартного модуля код переписали с
использованием имеющегося в комплекте Perl модуля Net::SMTP, который не
умеет работать через /usr/sbin/sendmail. Теперь поддержку добавили снова,
но без использования дополнительных модулей; правда, вот как раз опция -t
там не передаётся:
+ if ($smtp_server =~ m#^/#) {
+ my $pid = open my $sm, '|-';
+ defined $pid or die $!;
+ if (!$pid) {
+ exec($smtp_server,'-i',@recipients) or die $!;
+ }
+ print $sm "$header\n$message";
+ close $sm or die $?;
Конечно, можно что-нибудь засунуть через --smtp-server (из конфига эту
опцию оно тоже брать не умеет).
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
prev parent reply other threads:[~2006-05-17 16:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-17 12:38 Anton Farygin
2006-05-17 15:46 ` Alexey I. Froloff
2006-05-17 15:55 ` [devel] git-send-email Dmitry V. Levin
2006-05-17 16:15 ` Sergey Vlasov [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060517161505.GR19254@master.mivlgu.local \
--to=vsu@altlinux.ru \
--cc=devel@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git