Thread: Issues with Bjorn and Packagers list
All, Bjorn seems to be subscribed to -packagers, but can't post messages. Can someone check on this? -- Josh Berkus PostgreSQL Experts Inc. www.pgexperts.com
Josh Berkus <josh@agliodbs.com> writes: > Bjorn seems to be subscribed to -packagers, but can't post messages. > Can someone check on this? Hm, he sent a test message yesterday that got through, so there's more to it than just "can't post". regards, tom lane
As per Tom, I saw his message come through also ... All his messages are stuck in the queue with: Token: 8C7F-9D6E-7A54 Type: consult Expires: Fri Jun 12 19:54:36 2009 Reason: GLOBAL ADMIN BODY: /\bsubscribe\b/i matched "subscribe" at line number 7. I Just flushed them all through, so sorry for any duplicates ... On Sat, 6 Jun 2009, Josh Berkus wrote: > All, > > Bjorn seems to be subscribed to -packagers, but can't post messages. Can > someone check on this? > > -- > Josh Berkus > PostgreSQL Experts Inc. > www.pgexperts.com > > -- > Sent via pgsql-www mailing list (pgsql-www@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgsql-www >
On 6/6/09 11:56 AM, Marc G. Fournier wrote: > > As per Tom, I saw his message come through also ... > > All his messages are stuck in the queue with: > > Token: 8C7F-9D6E-7A54 > Type: consult > Expires: Fri Jun 12 19:54:36 2009 > Reason: GLOBAL ADMIN BODY: /\bsubscribe\b/i matched "subscribe" at line > number 7. Someday we need to make that smarter. If an e-mail contains the word subscribe (or other "admin" words) but has > 100 additional words, then it shouldn't be held. -- Josh Berkus PostgreSQL Experts Inc. www.pgexperts.com
Josh Berkus <josh@agliodbs.com> writes: > Someday we need to make that smarter. If an e-mail contains the word > s u b s c r i b e (or other "admin" words) but has > 100 additional > words, then it shouldn't be held. I've been burnt by that filter many times too. Not sure if pure length is the thing to look at, though. (Counterexample: those poor folk whose outgoing email has some corporate legal disclaimer auto-attached.) regards, tom lane
Josh Berkus wrote: > On 6/6/09 11:56 AM, Marc G. Fournier wrote: >> >> As per Tom, I saw his message come through also ... >> >> All his messages are stuck in the queue with: >> >> Token: 8C7F-9D6E-7A54 >> Type: consult >> Expires: Fri Jun 12 19:54:36 2009 >> Reason: GLOBAL ADMIN BODY: /\bsubscribe\b/i matched "subscribe" at line >> number 7. > > Someday we need to make that smarter. If an e-mail contains the word > subscribe (or other "admin" words) but has > 100 additional words, then > it shouldn't be held. Maybe it should be /^\s*\bsubscribe\b/ instead of the above expression. -- Alvaro Herrera http://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Custom Development, 24x7 support