File: KNOWN_BUGS

package info (click to toggle)
smartlist 3.15-28
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,308 kB
  • sloc: ansic: 9,238; sh: 4,901; makefile: 118
file content (16 lines) | stat: -rw-r--r-- 752 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TIMEOUT doesn't always work
    If a shell is invoked then procmail may wait while executing a
    command for longer than TIMEOUT specifies.

regexp matching bug
    Some regexps may return an incorrect value in the MATCH variable.
    In particular, this can happen when 'redundant' * or + operators
    appear on the lefthand side of the \/ token.

Incorrect usage of -lnsl and -lsocket
    libsocket and libnsl should be avoided if not needed as they're
    broken under at least one version of IRIX.  If your procmail
    binary doesn't reliably find user's home directories, or otherwise
    appears to have problems accessing the passwd file, try removing
    -lnsl and -lsocket from the SEARCHLIBS variable in the Makefile,
    then recompile.