Method: Mailman::Router#bounce_block

Defined in:
lib/mailman/router.rb

#bounce_blockProc

Returns the block to run if a message has bounced.

Returns:

  • (Proc)

    the block to run if a message has bounced



9
10
11
# File 'lib/mailman/router.rb', line 9

def bounce_block
  @bounce_block
end