Ticket #93 (closed defect: fixed)

Opened 3 years ago

Last modified 7 months ago

POPFile uses only the message header to classify messages when GLOBAL_message_cutoff is set to '0'

Reported by: amatubu Assigned to: amatubu
Priority: normal Milestone: 1.1.1
Component: Parser Version: 1.1.0
Severity: normal Keywords:
Cc:

Description

When the GLOBAL_message_cutoff option is set to '0', POPFile uses only the message header to classify messages.

On the Option Reference page, it says:

http://getpopfile.org/docs/OptionReference#global_options

The maximum size (in bytes) of a message that gets parsed by POPFile. The rest is discarded. A value of 0 denotes no threshold, i.e. the complete message is parsed regardless of its size.

Change History

02/11/09 09:18:15 changed by amatubu

  • status changed from new to closed.
  • resolution set to fixed.

Fixed. See [3403].