Skip to Content.
Sympa Menu

en - Re: [sympa-users] Allowing auto-replies from a specific user

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Bruce Dubbs <address@concealed>
  • To: IKEDA Soji <address@concealed>
  • Cc: address@concealed
  • Subject: Re: [sympa-users] Allowing auto-replies from a specific user
  • Date: Wed, 14 Apr 2021 10:43:04 -0500

Thank you for the response, but I think I figured it out. I went to

Edit List Configuration -> Sending/Receiving Setup

I turned off the option 'Reject mail from automatic processes'.

On the lists where I want to do this I created a custom scenario:
------
title Posts by version control only

match([sender],/address@concealed/) smtp -> do_it
is_editor([listname],[sender]) smtp -> do_it
true() -> reject(tt2=git_only)
------

Seems to work for me.

-- Bruce


On 4/14/21 8:46 AM, IKEDA Soji wrote:
Hi Bruce,

Can you show the configuration in Sympa.conf and/or list config you added?

Regards,
— Soji

2021/04/13 5:37、Bruce Dubbs <address@concealed>のメール:

I am setting up a sympa mailing list where almost all subscribers are not
allowed to post, but a git hook mails to the list.

When I test, git does send the message, but sympa does not like it:

err main::#243 > Sympa::Spindle::spin#83 >
Sympa::Spindle::ProcessIncoming::_twist#296 Ignoring message which would cause a
loop; message appears to be an auto-reply

How to I tell the list to allow these messages? Thanks.

-- Bruce





Archive powered by MHonArc 2.6.19+.

Top of Page