Re: I am having an email I'm trying to post here bounce for no apparent reason.

2020-05-14 Thread Thomas Strike
On 5/14/20 2:51 PM, Wietse Venema wrote: Thomas Strike: The following cryptic line is given as the reason; . . . . BOUNCE postfix-users@postfix.org: Admin request of type /^\s*config\b/i at line 3 How do I correct this? Look at line 3 of the rejected email message. Wie

Re: I am having an email I'm trying to post here bounce for no apparent reason.

2020-05-14 Thread Wietse Venema
Thomas Strike: > The following cryptic line is given as the reason; > > . > > . > > . > > . > > BOUNCE postfix-users@postfix.org: Admin request of type /^\s*config\b/i > at line 3 > > > How do I correct this? Look at line 3 of the rejected email message. Wietse

Re: I am having an email I'm trying to post here bounce for no apparent reason.

2020-05-14 Thread Thomas Strike
On 5/14/20 2:33 PM, Ralph Seichter wrote: * Thomas Strike: The following cryptic line is given as the reason Not quite cryptic, just a regular expression. ;-) Make sure your subject line does not match this expression (the first case-insensitive word of the subject, after 0-n optional consec

Re: I am having an email I'm trying to post here bounce for no apparent reason.

2020-05-14 Thread Ralph Seichter
* Thomas Strike: > The following cryptic line is given as the reason Not quite cryptic, just a regular expression. ;-) Make sure your subject line does not match this expression (the first case-insensitive word of the subject, after 0-n optional consecutive spaces, must not be "config"). -Ralph

I am having an email I'm trying to post here bounce for no apparent reason.

2020-05-14 Thread Thomas Strike
The following cryptic line is given as the reason; . . . . BOUNCE postfix-users@postfix.org: Admin request of type /^\s*config\b/i at line 3 How do I correct this?