I have found an unexpected behavior (as long as i am concerned) and would like to know wether this is intended, or its a design flaw, or a bug, or just me beeing a noob. mybe someone knows a good workarround (a not-that-good has allready been found)
i use the imfile module, and i classify (sort) the received message by reading fromhost-ip to distinguish wether the origin is the local machine (127.0.0.1) or an external machine (some 10.x.x.x address).
unfortunately it seems that imfile-records do not fill this property (correctly). Is this really intended?
my workarround is using the hostname and matching it to the name of the machine (like "server1"). i dont like this workarround, becaues this makes the config-files unique to the machines. Up to now i managed to run general-purpose config files (all hosts own the same copy of the rsyslog.conf).
Any idea what to use for classification to be hostname-independend again?


