Re: nnmail-split-fancy: Can not split on Subject

2017-07-10 Thread Göktuğ Kayaalp
On 2017-07-08 19:04 +02, a...@koldfront.dk (Adam Sjøgren) wrote: > Göktuğ writes: > >> where ‘’ is a short word of only alphanumerical characters. >> What am I doing wrong? > > There is this odd thing that a word-boundary match is tacked on to the > beginning and start of the regexp, which sometime

Re: nnmail-split-fancy: Can not split on Subject

2017-07-08 Thread Adam Sjøgren
Göktuğ writes: > where ‘’ is a short word of only alphanumerical characters. > What am I doing wrong? There is this odd thing that a word-boundary match is tacked on to the beginning and start of the regexp, which sometimes is confusing. I usually get around it by sticking ".*" to either, or bot