Justin McAleer:
> Victor Duchovni wrote:
> > On Thu, Oct 16, 2008 at 07:28:57PM +0300, [EMAIL PROTECTED] wrote:
> >
> > Trying to index "pcre" tables. Don't do that.
>
> Would it be worth making postmap notice when someone is trying to index
> one of the non-indexed table types, and give a more s
Victor Duchovni wrote:
On Thu, Oct 16, 2008 at 07:28:57PM +0300, [EMAIL PROTECTED] wrote:
Trying to index "pcre" tables. Don't do that.
Would it be worth making postmap notice when someone is trying to index
one of the non-indexed table types, and give a more specific warning
about bein
On Thu, Oct 16, 2008 at 07:28:57PM +0300, [EMAIL PROTECTED] wrote:
> Thanks,
>
> I am still a bit lost with pcre syntax, and
>
> this complains something:
>
> postmap /etc/postfix/header_checks.pcre
> postmap: warning: /etc/postfix/header_checks.pcre, line 20: expected
> format: key whitespac
Thanks,
I am still a bit lost with pcre syntax, and
this complains something:
postmap /etc/postfix/header_checks.pcre
postmap: warning: /etc/postfix/header_checks.pcre, line 20: expected
format: key whitespace value
and this too:
postmap: fatal: unsupported map type: pcre
but, this works:
On Thu, Oct 16, 2008 at 05:18:11PM +0200, mouss wrote:
> > Big thanks, but looks a bit cryptic since I am not very familiar with
> > regexps.
> >
> > Is there nice way to test this from commandline?
>
> you can use postmap -q.
subject=$(printf "Subject: %s\t%s\t%s\t%s" testing 1 2 3)
po
[EMAIL PROTECTED] a écrit :
> Lainaus Victor Duchovni <[EMAIL PROTECTED]>:
>
>> On Thu, Oct 16, 2008 at 05:11:00PM +0300, [EMAIL PROTECTED] wrote:
>>
>>> Is it possible to strip tab character from email message subject
>>> header using postfix? how?
>>>
>>> This problem is caused by groupwise and
Lainaus Victor Duchovni <[EMAIL PROTECTED]>:
On Thu, Oct 16, 2008 at 05:11:00PM +0300, [EMAIL PROTECTED] wrote:
Is it possible to strip tab character from email message subject
header using postfix? how?
This problem is caused by groupwise and thunderbird combination, so
groupwise adds tabula
Victor Duchovni:
> /^(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*)$/
> REPLACE ${1} ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10}
> /^(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*)$/
> REPLACE ${1} ${2} ${3} ${4} ${5} ${6}
On Thu, Oct 16, 2008 at 05:11:00PM +0300, [EMAIL PROTECTED] wrote:
> Is it possible to strip tab character from email message subject
> header using postfix? how?
>
> This problem is caused by groupwise and thunderbird combination, so
> groupwise adds tabulator characters in long subject line
Is it possible to strip tab character from email message subject
header using postfix? how?
This problem is caused by groupwise and thunderbird combination, so
groupwise adds tabulator characters in long subject lines and
thunderbird shows it weird..
Thanks,
--
Eero
10 matches
Mail list logo