Q. How do I search only messages within a particular newsgroup?
A. Use the ~g operator. For example, if you want to search for "ip
   masquerading router" in "comp.os.linux.answers", issue this command:

     dejasearch "ip masquerading router ~g comp.os.linux.answers"


Q. How do I search only messages written by a particular author?
A. Use the ~a operator. For example, if you only want to search for messages
   written by "someone@domain.net", issue this command:

     dejasearch "ip masquerading router ~a someone@domain.net"


Q. Can I use dejasearch as a CGI script without a web server?
A. Read the section called "USING DEJASEARCH WITH LYNX' SIMULATED CGI
   SUPPORT" in the README file.


Q. Can I use wildcards in the reject list?
A. Yes, eg. "alt.binaries.*" and "alt.binaries.pictures.*" should work.
