Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Postfix/src/cleanup/   (Postfix Mailserver Version 3.11©)  Datei vom 25.8.2020 mit Größe 572 B image not shown  

Quelle  cleanup_milter.in17g   Sprache: unbekannt

 
Spracherkennung für: .in17g vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

#verbose on
open test-queue-file17g.tmp
#
# Delete a recipient. This leaves a deleted recipient in the queue
# file. Then add the recipient back.
#
enable_original_recipient 0
enable_original_recipient

del_rcpt user@example.com
add_rcpt user@example.com

# Adding the recipient another time should be a NOOP.
add_rcpt user@example.com

# Deleting the recipient should remove it from the duplicate filter.
# This leaves a deleted recipient in the queue file.
# Therefore adding the recipient will not be a NOOP.

del_rcpt user@example.com
add_rcpt user@example.com

close

[Dauer der Verarbeitung: 0.15 Sekunden, vorverarbeitet 2026-08-10]