Thijs Kinkhorst wrote:
> I've dug somewhat deeper and it seems that Mailman itself expects this to 
> happen with mail to that address (still 'mailman' below is the name of the 
> site list):
> 
>     # The ultimate loop stopper address
>     mailman-loop: /var/lib/mailman/data/owner-bounces.mbox
> 
> This is from the aliases file that Mailman generates in its native Postfix 
> interface.
> 
> As I do not use postfix-to-mailman.py myself I'm open to suggestions on how 
> to 
> handle the -loop domain in its context.

I think the best way would be to delivere it to
mailman-l...@localhost, with an envelope sender of
postmas...@localhost like this (untested, apparently I manged to get
the host onto some (hopefully temporary) t-online blocklist while
testing this...)

    # Redirect mailman-loop special address
    if local in ('mailman-loop'):
        os.execv("/usr/sbin/sendmail",
                 ("/usr/sbin/sendmail", "-f", "postmas...@localhost", 
"mailman-l...@localhost"))
        sys.exit(0)

HTH,

-- 
Tobias                                          PGP: http://8ef7ddba.uguu.de



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to