I just noticed that what worked in 2.x no longer works, specifically:

rewrite_subject 1
subject_tag [Spam: _HITS_ of _REQD_]

has changed to:

rewrite_header subject [Spam: _HITS_ of _REQD_]

All well and good, but ... how do you store this in SQL?

INSERT INTO table VALUES ( 'username',
                           'rewrite_header' ,
                           'subject [Spam: _HITS_ of _REQD_]' );

Or am I missing something?

----
Marc G. Fournier           Hub.Org Networking Services (http://www.hub.org)
Email: [EMAIL PROTECTED]           Yahoo!: yscrappy              ICQ: 7615664

Reply via email to