Update of /cvsroot/tmda/tmda/bin
In directory sc8-pr-cvs1:/tmp/cvs-serv3607/bin
Modified Files:
tmda-inject
Log Message:
Don't append null objects to the address list.
Index: tmda-inject
===================================================================
RCS file: /cvsroot/tmda/tmda/bin/tmda-inject,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- tmda-inject 12 Mar 2003 00:23:17 -0000 1.80
+++ tmda-inject 17 Mar 2003 18:49:20 -0000 1.81
@@ -378,7 +378,8 @@
bccs + apparently_tos)
for pair in header_pairs:
address = pair[1]
- address_list.append(address)
+ if address:
+ address_list.append(address)
# Check for the `X-TMDA' override header.
if msgout.has_key('x-tmda'):
_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs