Skip to Content.
Sympa Menu

en - Re: [sympa-users] include scenarios no longer processed in 6.1.4?

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: David Verdin <address@concealed>
  • To: Adam Bernstein <address@concealed>
  • Cc: address@concealed
  • Subject: Re: [sympa-users] include scenarios no longer processed in 6.1.4?
  • Date: Thu, 10 Feb 2011 11:18:37 +0100

Hi,

Evili del Rio fixed this problem. I just integrated the fix in the stabilization branch: http://sourcesup.cru.fr/scm/viewvc.php?view=rev&root=sympa&revision=7019

Regards,

David

Le 10/02/11 03:08, Adam Bernstein a écrit : Upgraded from 6.1.3 to 6.1.4 today, and suddenly it seems my include scenarios aren't working, as if maybe they're not getting processed at all.  Anybody else see anything like that?  Any thoughts?

For example, we've got one called "include.standard" that contains:

match ([msg_header->X-Mailer],/NPOGroups Calendar/) smtp,dkim,smime,md5  -> do_it
match ([msg_header->Auto-Submitted],/(auto)|(yes)/) smtp,dkim,smime,md5 -> reject(autoreply)

that's included in other scenarios with the line:

include standard

and one called "include.rejectattach" that contains:

match([header->Content-Type],/multipart\/mixed/) smtp,dkim,smime,md5 -> reject(rejectattach)
match([header->Content-Type],/^application/)    smtp,dkim,smime,md5 -> reject(rejectattach)
match([msg_part->type],/image/) smtp,dkim,smime,md5 -> reject(rejectattach)

that's included in other scenarios with the line:

include rejectattach

Did something about the inclusion syntax change, or something?  Doesn't seem so from the Sympa docs, but maybe I'm missing it.

Thanks!
        adam

--
David Verdin
Comité réseau des universités

Due to the limitations of human brain, I fail to remember all the mails.
So if you want your bug reports or feature requests for Sympa to be processed, please post them to the Sympa tracker



Archive powered by MHonArc 2.6.19+.

Top of Page