-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
After much twiddling around to find an appropriate sendmail substitute,
I managed to get post-receive-mail to work with blat
<http://www.blat.net/>. The below patch is completely inappropriate for
commit, since it is non-portable, but it gives an idea of what we can do
to get this to work.
@@ -591,13 +591,13 @@ generate_delete_general_email()
}
send_mail()
{
if [ -n "$envelopesender" ]; then
- - /usr/sbin/sendmail -t -f "$envelopesender"
+ blat - -to $recipients -f "$envelopesender"
else
- - /usr/sbin/sendmail -t
+ blat - -to $recipients
fi
}
# ---------------------------- main()
- --
Edward Z. Yang GnuPG: 0x869C48DA
HTML Purifier <http://htmlpurifier.org> Anti-XSS Filter
[[ 3FA8 E9A9 7385 B691 A6FC B3CB A933 BE7D 869C 48DA ]]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFIVefyqTO+fYacSNoRAngcAJ9/S8HQDN6kgWTe2rQg9qX4kNPgoQCfSuSg
CCV7pVulkRcZYoZeovmUyVI=
=qdrP
-----END PGP SIGNATURE-----