nerdexam
LPI

202-400 · Question #156

What does the following procmail configuration section do? :0fw * < 256000 | /usr/bin/foo

The correct answer is E. If the email smaller than 256000 Bytes, procmail will process it with the program foo. See the full explanation below for the reasoning.

Question

What does the following procmail configuration section do? :0fw * < 256000 | /usr/bin/foo

Options

  • Aprocmail sends all email older than 256000 seconds to the external program foo
  • BIf an email contains a value less than 256000 anywhere within it, procmail will process the
  • Cprocmail sends mail containing less than 256000 words to program foo
  • DThe program foo is used instead of procmail for all emails larger than 256000 Bytes
  • EIf the email smaller than 256000 Bytes, procmail will process it with the program foo

How the community answered

(30 responses)
  • A
    3% (1)
  • B
    13% (4)
  • C
    3% (1)
  • D
    7% (2)
  • E
    73% (22)

Community Discussion

No community discussion yet for this question.

Full 202-400 Practice