[email protected] schreibt: > >When invoking Cache Unknown Addresses (DoPenaltyMakeTraps, >default=use for >spamaddresses) <javascript:void(0);> , for addresses collected via >LDAP >lookup failures, along with Move Connection with Trap Addresses to >NULL >(SpamTrap2NULL) <javascript:void(0);> , the collected trapaddresses >are not >handled the same way as trapaddresses manually populated via the Trap >Addresses* (spamtrapaddresses) <javascript:void(0);> , even though >DoPenaltyMakeTraps is set to "use for spamtrapaddresses". > >I can get around this problem by copying all of the collected >addresses and >stripping off the time/date stamp info, then copying them to the >spamtrapaddresses list.
The automated generated Cache is a cache file, an as any other cachefile is stored in a special format. That is the same, as with other dbfiles like "show blackbox". They are retrieved via an internal call to "orderedtie" and not via regex-match like the option files. Unknown Addresses are used only as TrapAddress if Unknown Address Frequency Limit (PenaltyMakeTraps) is surpassed. ------------------------------------------------------------------------------ WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
