[amavis-users] Re: subject line not prefixed

Michael H michael at wemoto.com
Tue Apr 26 14:30:45 CEST 2016


On 26/04/16 13:09, Rob Sterenborg (lists) wrote:
> On 2016-04-26 13:42, Michael H wrote:
>> Hi Mailing list owner,
>>
>> Could you amend the configuration for the mailing list to include
>> something in the subject line, like maybe [amavis-users]?
>>
>> This is the only mailing list I'm on where my filters have difficulty
>> pinning all of the messages and it's a nuisance.
> 
> Perhaps creating a filter based on the header List-Id works for you:
> 
> List-Id: "General support and discussion mailing list for AMaViS
> \(amavisd-new\)" <amavis-users.amavis.org>
> 
> 
> This works for Sieve:
> 
> if header :contains "List-id" "amavis-users.amavis.org" {
>   fileinto "INBOX.Amavisd-new";
>   stop;
> }
> 
> But if you're not using Sieve you could create something similar.
> 
> 
> -- 
> Rob
> 
> 


All possible, just a little annoying that this is the ONLY list I'm a
member of that doesn't prefix the subject. It's no problem, I'll live
with it.

I prefixed the subject on my own message just to feel a little better :)

thanks all,

Michael


More information about the amavis-users mailing list