Dear port maintainers,
The portscout new distfile checker has detected that one or more
unmaintained ports appears to be out of date. Please take the opportunity
to check each of the ports listed below, and if possible and appropriate,
submit/commit an update. Please consider also adopting this po
> On 16 Jan 2023, at 16:49, Michael Grimm wrote:
>
> Hi,
>
> I wonder if the following condition for triggering blacklistd is appropriate:
>
>
>/* notify blacklistd of SASL authentication failure */
>pfilter_notify(1, vstream_fileno(state->client));
>return (-1);
>
Juraj Lutter wrote:
>> On 16 Jan 2023, at 16:49, Michael Grimm wrote:
>> I wonder if the following condition for triggering blacklistd is appropriate:
>>
>>
>> /* notify blacklistd of SASL authentication failure */
>> pfilter_notify(1, vstream_fileno(state->client));
>> retur