|
Majordomo-Users (June 1999) |
>>>>> "JR" == Jim Reisert <Jim_Reisert@mint-tech.com> writes: JR> How can I configure a trap (taboo_header) to reject messages that don't JR> contain a subject line so they are bounced to the list moderator? With 1.94.4, you can't without a hack. Such a hack should be relatively simple to perpetrate. With the development version, you could use: !/^subject:.*\S/i (Bounce if a line starting with subject: followed by at least one non-space character is _not_ found.) - J< References:
|