Skip to Content.
Sympa Menu

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

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Adam Bernstein <address@concealed>
  • To: address@concealed
  • Subject: [sympa-users] include scenarios no longer processed in 6.1.4?
  • Date: Wed, 09 Feb 2011 18:08:55 -0800

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



Archive powered by MHonArc 2.6.19+.

Top of Page