OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: Warning during creation hash-db

From: Wietse Venema (wietseporcupine.org)
Date: Mon Apr 28 2008 - 05:58:38 CDT


Schwalbe, Oliver:
> Hi,
>
>
> i have many entries in my header_checks and body_checks ascii file.
> for a better performance i will switch to a hash-database.
> during the creation of hash-db-file with the statement 'postmap header_checks' occur the following error
>
> postmap: warning: header_checks.db
> duplicate entry: "/^subject:"
> postmap: warning: header_checks, line<linenumber>: record is in key: value "format; is this a alias file?
>
> this error was created for each line starts with /^subject:
> the problem is, the most of my lines start with "/^subject:
>
> maybe it is a problem of index-creation (unique entry).
> How can i solve the problem or can i ignore the warning?

Regular expression and pcre files are NOT hash files, therefore
you must NOT "postmap regexpfile" or "postmap pcrefile" to create
an index.

        Wietse