nerdexam
Juniper

JN0-696 · Question #20

user@host> show configuration security utm custom-objects { url-pattern { block-juniper { value *.spammer.com; } } custom-url-category { blacklist { value block-juniper; } } } feature-profile {…

The correct answer is A. The wildcard character * cannot be used for the e-mail pattern match. See the full explanation below for the reasoning.

Question

user@host> show configuration security utm custom-objects { url-pattern { block-juniper { value *.spammer.com; } } custom-url-category { blacklist { value block-juniper; } } } feature-profile { anti-spam { address-blacklist block-juniper; sbl { profile myprofile { no-sbl-default-server; spam-action block; } } } } utm-policy wildcard-policy { anti-spam { smtp-profile myprofile; } } You added a blacklist to your antispam policy to block any e-mails from the spammer.com domain. However, your users are complaining that they are still receiving spam e-mails from that domain. You run the utm test-string test and confirm that the blacklist is not working. What is causing this problem?

Options

  • AThe wildcard character * cannot be used for the e-mail pattern match.
  • BThe protocol-command smtp value sender: needs to be added under custom-objects.
  • Curl-pattern is not supported for antispam.
  • DThe pattern needs to be preceded by an @ symbol.

How the community answered

(37 responses)
  • A
    70% (26)
  • B
    5% (2)
  • C
    8% (3)
  • D
    16% (6)

Community Discussion

No community discussion yet for this question.

Full JN0-696 Practice