/[pupa]/bugcomm/src/bugcomm.in
ViewVC logotype

Diff of /bugcomm/src/bugcomm.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by okuji, Wed Sep 11 10:01:33 2002 UTC revision 1.4 by okuji, Wed Sep 18 10:33:01 2002 UTC
# Line 90  begin Line 90  begin
90    p service if $DEBUG    p service if $DEBUG
91        
92    debug('sending mail')    debug('sending mail')
93    err = service.serve_mail($stdin.read)    res = service.serve_mail($stdin.read)
94    unless err.nil?    unless res
95      raise err      raise "temporary failture happened"
96    end    end
97    debug('done')    debug('done')
98  rescue StandardError, SignalException, Interrupt,  rescue StandardError, SignalException, Interrupt,

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26