On Monday 03 August 2009 15:34:59 Lukas Ruf wrote:
> I cannot understand why Postfix/cleanup rejects particular Subject
> lines, since I have been searching for the respective regexps but
> haven't found what I've been looking for.  My question is simple: why
> are subject lines rejected that I cannot find definitions for?

Probably because they match expressions in your undisclosed [!!] file
of header_checks(5).

> Hence my *questions*: is there any black magic implemented in cleanup
> header checks?  If so, where can I disable that black magic?  Or what
> needs to be tweaked?  I am using "postfix 2.6.2~rc1-1".

The black magic is either regexp_table(5) or pcre_table(5), as
determined by your undisclosed [!!] "postconf -n". postmap(1) is the
ideal tool for debugging all kinds of Postfix lookups. See "-q".

"I had a problem, and decided to solve it with regular expressions.
Now I have two problems."

> My real problem is, that regularly I make use of the German term
> "Offerte" (Offer) due to business reasons when I send eMails.  Much
> worse it would be if "Offerte" is rejected on the inbound way.
>
> I would definitely appreciate any help very much!  Please let me know
> if I can provide further information.

The real problem is that you're trying to use the wrong tool. :)
header_checks(5) is rarely the right approach, but it's often a first
choice for people who:
        1. don't understand regular expressions
        2. don't understand email

Now, what was the undisclosed [!!] reason you thought you wanted to
reject these headers?

See the [!!] for items you might need to provide.
-- 
    Offlist mail to this address is discarded unless
    "/dev/rob0" or "not-spam" is in Subject: header

Reply via email to