Skip to content
  • Abhilash Raj's avatar
    Fixes for bounce processing · 85e634ec
    Abhilash Raj authored and Mark Sapiro's avatar Mark Sapiro committed
    - Delete the duplicate send_probe_message method
    - Change bounce attributes to be stored in Member instead of Address model,
      this allows for simpler access to the attributes than a PickleType.
    - Add a new process_event attribute to the BounceProcessor to process bounce
      events.
    - Add a send_warnings_and_remove method to the BounceProcessor, which after the
      implementation will send warnings to disabled members and finall unsubscribed
      from the mailing list.
    - Bounce runner will now also run a new _do_periodict() method, which allows it
      to process bounce events stored on a regular event.
    85e634ec