[INN] #103: news2mail does not handle postings with different senders

INN rra at stanford.edu
Mon Dec 22 10:10:18 UTC 2008


#103: news2mail does not handle postings with different senders
-----------------------+----------------------------------------------------
 Reporter:  iulius     |        Owner:  eagle
     Type:  defect     |       Status:  new  
 Priority:  low        |    Milestone:       
Component:  utilities  |      Version:  2.4.5
 Severity:  normal     |   Resolution:       
 Keywords:             |  
-----------------------+----------------------------------------------------

Comment(by iulius):

 Pseudo-code suggestion from D. Stussy:

 {{{
   loop = 0;
   foreach(@saddr[@good] as sa) {
       recipient_list_array=empty
       foreach(@good) {
           if (sa == saddr[good]) then
               append maddr[good] to recipient_list_array;
           if (loop == 0 and saddr[good] == NULL) then
               append ....
       }
       send_mail(....)
       loop=1
   }
 }}}

-- 
Ticket URL: <http://inn.eyrie.org/trac/ticket/103#comment:1>
INN <http://www.eyrie.org/~eagle/software/inn/>
InterNetNews


More information about the inn-bugs mailing list