-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 4/23/11 7:07 AM, Martin Costabel wrote:
> On 22/04/11 21:51, Alexander Hansen wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> Daniel Macks, Peter O'Gorman, and I (albeit to a lesser degree) have
>> worked on getting the commit messages back up today, by directly
>> invoking sendmail rather than streaming to localhost:25.
>>
>> We are now getting messages, but currently the From: field doesn't show
>> the committer's sourceforge ID, and the Subject isn't working.
> 
> The Subject: is actually working, but is is glued to the end of the To:
> field. You need another '\n' after the To: field. In principle also
> after the Reply-to: field, but that one isn't used anyway, you could rip
> it out.
> I don't know how python's write(''' ... ''') works, but if you look at
> your new model syncmail, he writes every line separately with its own
> '\n'. Seems easier to debug.
> 
> Concerning the wrong fromhost, I don't understand why this worked before
> (probably a change at sourceforge.) According to the descriptions in the
> scripts, if you don't want the FQDN as fromhost, you need to give it to
> syncmail explicitly as an option with the -f flag. This would mean
> changing the "loginfo" script as follows:
> 
> - CVSROOT $CVSROOT/CVSROOT/syncmail -u %{sVv}
> fink-comm...@lists.sourceforge.net
> - DEFAULT $CVSROOT/CVSROOT/syncmail -u %{sVv}
> fink-comm...@lists.sourceforge.net
> + CVSROOT $CVSROOT/CVSROOT/syncmail -u %{sVv} -f users.sourceforge.net
> fink-comm...@lists.sourceforge.net
> + DEFAULT $CVSROOT/CVSROOT/syncmail -u %{sVv} -f users.sourceforge.net
> fink-comm...@lists.sourceforge.net
> 

Thanks!  With the newline added the Subject line is showing up now.

However, the loginfo change didn't work for me:

new revision: 1.2; previous revision: 1.1
done
Mailing -f, users.sourceforge.net, fink-comm...@lists.sourceforge.net...
Generating notification message...
Generating notification message... done.
sendmail: RCPT TO:<users.sourceforge....@users.sourceforge.net> (550
unknown user)

I've reverted that back to the prior state of the file.
- -- 
Alexander Hansen, Ph.D.
Fink User Liaison
http://finkakh.wordpress.com/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk2yxs0ACgkQB8UpO3rKjQ8RlwCdGICjHJQ/WXNOXdJfRfMZN2pw
1BQAni9n9bBfCT45TM6T36J6pARa/UaO
=F/2G
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
Fulfilling the Lean Software Promise
Lean software platforms are now widely adopted and the benefits have been 
demonstrated beyond question. Learn why your peers are replacing JEE 
containers with lightweight application servers - and what you can gain 
from the move. http://p.sf.net/sfu/vmware-sfemails
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to