/* excerpted from formail.c -- era Tue Oct 14 16:52:14 1997 */ /* * sender determination fields in order of importance/reliability * reply-address determination fields (wrepl specifies the weight * for regular replies, wtrepl specifies the weight for trusted users) * * I bet this is the first time you see a bar graph in C source code :-) */ static const struct {const char*head;int len,wrepl,wtrepl;}sest[]= { sslbar(replyto ,"******" ,"********" ), sslbar(Fromm ,"*" ,"*******" ), sslbar(retreceiptto ,"********" ,"*****" ), sslbar(sender ,"*****" ,"******" ), sslbar(res_replyto ,"***********" ,"***********" ), sslbar(res_from ,"***foo***" ,"***bar****" ), sslbar(res_sender ,"**********" ,"*********" ), sslbar(errorsto ,"*******" ,"****" ), sslbar(path ,"**" ,"*" ), sslbar(returnpath ,"***" ,"***" ), sslbar(From_ ,"****" ,"**" ) };