You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2013/05/29 00:12:21 UTC

[Bug 6938] arguments not checked when option found

https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6938

Karsten Bräckelmann <gu...@rudersport.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Karsten Bräckelmann <gu...@rudersport.de> ---
This is a special case with the --version and --help options.

  $ spamassassin

Without any arguments, it just sits there waiting for you to pump a message to
STDIN.

  $ spamassassin x
  warn: archive-iterator: unable to open x: No such file or directory

Errors out as expected.

  $ spamassassin x --version

Simply returns after printing version information. This is expected behavior.

Closing RESOLVED INVALID, aka "not a bug".


Jidanni, you might want to try the following command. Don't file a bug report
against coreutils, though.

  $ cat x --version

-- 
You are receiving this mail because:
You are the assignee for the bug.