• Listen Dev

  • Error replies, and not munging reply-to

    from Hamish Harvey on Feb 10, 2009 10:10 AM
    Hi,
    
    Thanks for the response on updating the catalog: just the ticket. I
    have a list up and running now.
    
    Are error responses/bounces are just sent direct to <list>-manager or
    are they processed by listen as well? There is some evidence in the
    code of bounce processing, but the headers suggest that bounces are
    sent to the list manager.
    
    Am I right in thinking that if I comment out the line that says:
    
    _set_header('Reply-To', self.getValueFor('mailto'))
    
    in mailinglist.py (line 1325) then messages will go out with reply-to
    header as set by the sender intact for messages received by email to
    the list and without the reply-to header for messages submitted
    through the web. Or is there more to it?
    
    Thanks,
    Hamish
    
    -- 
    Hamish Harvey
    Research Associate, School of Civil Engineering and Geosciences,
    Newcastle University
    
    Thread Outline:
  • Re: Error replies, and not munging reply-to

    from rmarianski on Feb 10, 2009 11:56 AM
    On Tue, Feb 10, 2009 at 03:10:15PM +0000, Hamish Harvey wrote:
    > Hi,
    > 
    > Thanks for the response on updating the catalog: just the ticket. I
    > have a list up and running now.
    > 
    > Are error responses/bounces are just sent direct to <list>-manager or
    > are they processed by listen as well? There is some evidence in the
    > code of bounce processing, but the headers suggest that bounces are
    > sent to the list manager.
    
    I think that the messages that get sent to <list>-manager are moderation
    type messages, and inquiries sent from users directly. Mailboxer takes
    care of the general bounce type processing for listen.
    
    > Am I right in thinking that if I comment out the line that says:
    > 
    > _set_header('Reply-To', self.getValueFor('mailto'))
    > 
    > in mailinglist.py (line 1325) then messages will go out with reply-to
    > header as set by the sender intact for messages received by email to
    > the list and without the reply-to header for messages submitted
    > through the web. Or is there more to it?
    > 
    > Thanks,
    > Hamish
    
    That should be it. It would be nice if this was configurable, because
    it's common for people to like one way or the other.
    
    Robert
    
    > -- 
    > Hamish Harvey
    > Research Associate, School of Civil Engineering and Geosciences,
    > Newcastle University
    > 
    > 
    > --
    > Archive: http://www.openplans.org/projects/listen/lists/listen-dev/archive/2009/02/1234278619054
    > To unsubscribe send an email with subject "unsubscribe" to listen-dev@....  Please contact listen-dev-manager@... for questions.
    > 
    
    
    • Re: Error replies, and not munging reply-to

      from Hamish Harvey on Feb 10, 2009 01:48 PM
      Robert,
      
      On Tue, Feb 10, 2009 at 16:56, Robert Marianski
      <rmarianski@...> wrote:
      > On Tue, Feb 10, 2009 at 03:10:15PM +0000, Hamish Harvey wrote:
      
      >> Am I right in thinking that if I comment out the line that says:
      >>
      >> _set_header('Reply-To', self.getValueFor('mailto'))
      >>
      >> in mailinglist.py (line 1325) then messages will go out with reply-to
      >> header as set by the sender intact
      
      > That should be it.
      
      Thanks.
      
      > It would be nice if this was configurable, because
      > it's common for people to like one way or the other.
      
      I've just spent a while trying to work this out, but I'm unfamiliar
      with a few too many of the moving parts and I've run out of time for
      the moment. Archetypes and html check boxes have me confused ...
      
      Thanks,
      Hamish
      
      -- 
      Hamish Harvey
      Research Associate, School of Civil Engineering and Geosciences,
      Newcastle University