On 29/07/2011 23:42, Mark Sapiro wrote:

Check your exim logs. If your list mail is not using the
"mailman_router" router, you need to move that router closer to the
front of the routers section, at least ahead of the router it is
using. The "mailman_router" router uses the "mailman_transport"
transport, not the "address_pipe" transport in the messages in your OP.

Hi Mark,
the router is the first of the list; I paste it here:

mailman_router:
  driver = accept
  domains = +mm_domains
  require_files = MAILMAN_LISTCHK
  local_part_suffix_optional
  local_part_suffix = -bounces : -bounces+* : \
                      -confirm+* : -join : -leave : \
                      -owner : -request : -admin
  headers_remove = X-Spam-Score:X-Spam-Report
  transport = mailman_transport


and the transport follows:

mailman_transport:
  driver = pipe
  command = MAILMAN_WRAP \
            '${if def:local_part_suffix \
                  {${sg{$local_part_suffix}{-(\\w+)(\\+.*)?}{\$1}}} \
                  {post}}' \
            $local_part
  current_directory = MAILMAN_HOME
  home_directory = MAILMAN_HOME
  user = MAILMAN_USER
  group = MAILMAN_GROUP


I copied both from one of the many tutorials on the web, and adjusted only the variables in capitals...

Thanks again for your support
Lorenzo

------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to